]> Cypherpunks repositories - gostls13.git/commit
vendor/golang_org/x/crypto/poly1305: update to 3ded668c5379f6951fb0de06174442072e5447d3
authorAdam Langley <agl@golang.org>
Thu, 20 Oct 2016 16:35:19 +0000 (09:35 -0700)
committerAdam Langley <agl@golang.org>
Thu, 20 Oct 2016 18:19:18 +0000 (18:19 +0000)
commitabcf8457b30ef50b878b2a1add39fa5f5a2f1b60
treeef92b59049ec0d24c5e9d023e36bf49267e289c7
parent33b71dfa1c993d2e06d7723e3205c792df3b383d
vendor/golang_org/x/crypto/poly1305: update to 3ded668c5379f6951fb0de06174442072e5447d3

This change updates the vendored copy of x/crypto/poly1305, specifically
to include the following changes:
  3ded668 poly1305: enable assembly for ARM in Go 1.6.
  dec8741 poly1305: fix stack handling in sum_arm.s

Fixes #17499.

Change-Id: I8f152da9599bd15bb976f630b0ef602be05143d3
Reviewed-on: https://go-review.googlesource.com/31592
Run-TryBot: Adam Langley <agl@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/vendor/golang_org/x/crypto/poly1305/sum_amd64.go
src/vendor/golang_org/x/crypto/poly1305/sum_amd64.s
src/vendor/golang_org/x/crypto/poly1305/sum_arm.s
src/vendor/golang_org/x/crypto/poly1305/sum_ref.go