1
0
mirror of https://github.com/golang/go synced 2024-11-22 05:04:40 -07:00
go/src/crypto
Filippo Valsorda 2c7b5ba8ca crypto/internal/fips: fix Avo generators
They needed their package names updated after packages were moved to
crypto/internal/fips. Also, mitigated mmcloughlin/avo#450 which would
require setting GOARCH=amd64 at generation time.

Change-Id: Ib903ef113ebb5a24844204f231f2507cea03a67e
Reviewed-on: https://go-review.googlesource.com/c/go/+/626075
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Russ Cox <rsc@golang.org>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: David Chase <drchase@google.com>
2024-11-06 20:07:30 +00:00
..
aes crypto/aes: fix key size typo 2024-10-28 15:09:37 +00:00
boring all: drop old +build lines 2023-10-19 23:33:27 +00:00
cipher crypto/cipher: update documentation for aead Open 2024-09-04 14:37:02 +00:00
des crypto/internal/cryptotest: add tests for the cipher.Block interface 2024-07-31 15:43:13 +00:00
dsa crypto,hash: add t.Helper calls to test helpers 2024-08-15 20:19:52 +00:00
ecdh crypto: replace encoding/binary in favour of internal/byteorder 2024-05-13 18:57:38 +00:00
ecdsa crypto: document that Verify inputs are not confidential 2024-05-23 00:11:18 +00:00
ed25519 crypto: document that Verify inputs are not confidential 2024-05-23 00:11:18 +00:00
elliptic cmd,crypto/elliptic: fix typos in comments 2024-04-16 17:46:09 +00:00
hmac crypto/hmac: move implementation to crypto/internal/fips 2024-10-23 15:21:47 +00:00
internal crypto/internal/fips: fix Avo generators 2024-11-06 20:07:30 +00:00
md5 crypto/md5: provide optimised assembly for riscv64 2024-09-13 17:51:27 +00:00
rand crypto/rand: skip TestAllocations on plan9 2024-10-31 21:41:16 +00:00
rc4 crypto/internal/cryptotest: add tests for the cipher.Stream interface 2024-08-02 14:54:04 +00:00
rsa crypto/rsa: move PSS hash override above boring block 2024-09-25 20:04:01 +00:00
sha1 crypto/sha1: Avo port of sha1block_amd64.s 2024-09-04 20:35:55 +00:00
sha256 crypto/sha256,crypto/sha512: skip TestAllocations without optimizations 2024-10-24 08:58:59 +00:00
sha512 crypto/sha256,crypto/sha512: skip TestAllocations without optimizations 2024-10-24 08:58:59 +00:00
subtle crypto/internal/fips/subtle: provide XORBytes 2024-10-23 15:21:50 +00:00
tls crypto/tls: include close notify in client tls test recordings 2024-10-16 13:37:50 +00:00
x509 crypto/x509,math/rand/v2: implement the encoding.(Binary|Text)Appender 2024-08-21 19:19:57 +00:00
crypto.go crypto: add available godoc link 2023-10-13 17:09:47 +00:00
issue21104_test.go
purego_test.go crypto: use and test purego tag consistently 2024-03-04 17:29:44 +00:00