index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto
/
internal
Age
Commit message (
Expand
)
Author
2024-11-21
crypto/internal/fips140deps: fix test for running in FIPS snapshot
Russ Cox
2024-11-20
internal/byteorder: use canonical Go casing in names
Russ Cox
2024-11-20
all: rename crypto/internal/fips to crypto/internal/fips140
Russ Cox
2024-11-20
crypto/internal/fipstest: fix TestACVP not to write to module cache
Russ Cox
2024-11-20
crypto/internal/fips/rsa: support all SHA hashes in PKCS#1 v1.5
Filippo Valsorda
2024-11-20
crypto/ed25519: fix TestAllocations in FIPS mode
Filippo Valsorda
2024-11-20
crypto/rsa: move implementation to crypto/internal/fips/rsa
Filippo Valsorda
2024-11-19
crypto: trim module name of Avo generators
Filippo Valsorda
2024-11-19
crypto/internal/fips/nistec: remove P-256 from generate.go
Filippo Valsorda
2024-11-19
crypto/internal/hpke: replace x/crypto/hkdf with crypto/internal/fips/hkdf
Filippo Valsorda
2024-11-19
crypto/internal/fips: import crypto/internal/fips/check throughout
Filippo Valsorda
2024-11-19
crypto/ed25519: move implementation to crypto/internal/fips/ed25519
Filippo Valsorda
2024-11-19
crypto/internal/edwards25519: move to crypto/internal/fips/edwards25519
Filippo Valsorda
2024-11-19
crypto/internal/fips: handle the one possible PCT failure
Filippo Valsorda
2024-11-19
crypto: centralize external test module fetches
Filippo Valsorda
2024-11-19
crypto/ecdsa: implement deterministic and hedged signatures
Filippo Valsorda
2024-11-19
crypto/internal/fips/ecdsa: add HMAC_DRBG
Filippo Valsorda
2024-11-19
crypto/internal/fips/ecdsa: add CAST, PCT, DRBG, and FIPS 186-5 references
Filippo Valsorda
2024-11-19
crypto/ecdsa: move s390x assembly to crypto/internal/fips/ecdsa
Filippo Valsorda
2024-11-19
crypto/ecdsa: move implementation to crypto/internal/fips/ecdsa
Filippo Valsorda
2024-11-19
crypto/internal/bigmod: move to crypto/internal/fips/bigmod
Filippo Valsorda
2024-11-19
crypto/internal/bigmod: drop math/big dependency
Filippo Valsorda
2024-11-19
crypto/ecdh: move implementation to crypto/internal/fips/ecdh
Filippo Valsorda
2024-11-19
crypto/internal/nistec: move to crypto/internal/fips/nistec
Filippo Valsorda
2024-11-19
crypto/internal/nistec: don't use go:embed
Filippo Valsorda
2024-11-19
crypto/internal/nistec: port cleanups and docs from p256_asm.go to purego
Filippo Valsorda
2024-11-19
crypto/internal/nistec: use precomputed P-256 generators in purego
Filippo Valsorda
2024-11-19
crypto/internal/nistec: put elements directly in point struct in purego P-256
Filippo Valsorda
2024-11-19
crypto/internal/nistec: drop endianness swap assembly
Filippo Valsorda
2024-11-19
crypto/internal/nistec: use mixed addition in purego ScalarBaseMult
Filippo Valsorda
2024-11-19
crypto/internal/nistec: use Booth multiplication in purego P-256
Filippo Valsorda
2024-11-19
crypto/internal/fips: wrap and lock internal dependencies
Filippo Valsorda
2024-11-19
crypto/internal/fips: move most tests to crypto/internal/fipstest
Filippo Valsorda
2024-11-19
crypto/aes: add optimized AES-CTR for ppc64le
Paul E. Murphy
2024-11-19
crypto/internal/fips/aes/gcm: skip TestAllocations on PPC64
Paul E. Murphy
2024-11-19
crypto/internal/fips/mlkem: implement CAST, PCT, and service indicator
Filippo Valsorda
2024-11-19
crypto/internal/fips: disable CASTs if FIPS mode is not enabled
Filippo Valsorda
2024-11-19
crypto/internal/fips/mlkem: implement ML-KEM-1024
Filippo Valsorda
2024-11-19
crypto/internal/mlkem768: move to crypto/internal/fips/mlkem
Filippo Valsorda
2024-11-19
crypto/internal/mlkem768: add -768 suffix to all exported identifiers
Filippo Valsorda
2024-11-19
crypto/internal/mlkem768: add EncapsulationKey type
Filippo Valsorda
2024-11-19
crypto/internal/mlkem768: remove crypto/rand.Read error checking
Filippo Valsorda
2024-11-19
crypto/internal/mlkem768: move field implementation to its own file
Filippo Valsorda
2024-11-19
crypto/internal/mlkem768: make Decapsulate a method
Filippo Valsorda
2024-11-19
crypto/internal/mlkem768: unexport encryptionKey.A
Filippo Valsorda
2024-11-19
crypto/internal/mlkem768: update to final FIPS 203
Filippo Valsorda
2024-11-19
crypto/internal/fips/aes/gcm: fix PPC64 gcm debug option logic
Paul E. Murphy
2024-11-19
crypto/internal/fips/aes: add CAST
Filippo Valsorda
2024-11-19
cmd/internal/obj/arm64: recognize FIPS static temps as unaligned
Russ Cox
2024-11-19
crypto/internal/fips/hkdf: correctly set the service indicator for short salts
Filippo Valsorda
[prev]
[next]