Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce x/crypto and x/sys versions to match Go 1.21
CIRCL does not necessarily depend on newer x/crypto and x/sys versions. Lower the version requirements to match Go 1.21.7, this avoids the need to upgrade stdlib dependencies when integrating circl. For reference, we drop these `golang.org/x/crypto` commits: $ git -C ../golang-crypto log --oneline 2e82bdd1719d..v0.17.0 $(go list -deps ./... | grep golang.org/x/crypto/ | sed 's,golang.org/x/crypto/,./,') $ git -C ../golang-crypto log --oneline 2e82bdd1719d..v0.17.0 ./blake2b ./blake2s ./hkdf ./internal/alias ./chacha20 ./internal/poly1305 ./chacha20poly1305 ./cryptobyte/asn1 ./cryptobyte ./sha3 b8ffc16 blake2b: drop Go 1.6, Go 1.8 compatibility bda2f3f argon2: avoid clobbering BP a2edfb5 cryptobyte: fix ReadOptionalASN1Boolean df0bc9e chacha20poly1305: guard PSHUFB usage with GOAMD64_v2 74c2ba9 crypto/hkdf: remove useless call to Reset 8779cbd all: update go directive to 1.18 ec07f4e chacha20: drop Go 1.10 compatibility for arm64 3f0842a sha3: have ShakeHash extend hash.Hash e90f1e1 cryptobyte: add uint48 methods No commits are dropped for `golang.org/x/sys/cpu`.
- Loading branch information