-
Michael Munday authored
This change updates the vendored copy of golang.org/x/crypto to commit 1a580b3eff7814fc9b40602fd35256c63b50f491. An import of golang.org/x/sys/cpu was replaced with an import of internal/cpu as required by https://github.com/golang/go/issues/24843#issuecomment-383194779. The following bash command can be used to replicate this import update: find `pwd` -name '*.go' -exec sed -i 's/golang\.org\/x\/sys\/cpu/internal\/cpu/g' '{}' \; Change-Id: Ic80d361f940a96c70e4196f594d791c63421d73c Reviewed-on: https://go-review.googlesource.com/113175Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
212c9479
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
const_amd64.h | ||
const_amd64.s | ||
cswap_amd64.s | ||
curve25519.go | ||
curve25519_test.go | ||
doc.go | ||
freeze_amd64.s | ||
ladderstep_amd64.s | ||
mont25519_amd64.go | ||
mul_amd64.s | ||
square_amd64.s |