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
Age
Commit message (
Expand
)
Author
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/md5,crypto/sha512: fix AppendBinary -> BinaryAppender docs typo
Filippo Valsorda
2024-11-19
crypto/internal/fips/hkdf: correctly set the service indicator for short salts
Filippo Valsorda
2024-11-19
crypto/internal/fips/ssh: implement SSH KDF
Filippo Valsorda
2024-11-19
crypto/internal/fips/tls12: implement TLS 1.2 KDF
Filippo Valsorda
2024-11-19
crypto/internal/fips/tls13: implement TLS 1.3 KDF
Filippo Valsorda
2024-11-19
crypto/internal/hpke: add Recipient role
Roland Shoemaker
2024-11-19
crypto/subtle: add DIT closure
Roland Shoemaker
2024-11-19
crypto/internal/fips/hkdf: new package
Filippo Valsorda
2024-11-19
crypto/cipher: add NewGCMWithRandomNonce
Filippo Valsorda
2024-11-19
crypto/internal/fips/aes/gcm: add GCMForSSH
Filippo Valsorda
2024-11-19
crypto: check all cpu.X86 flags for features used in assembly
Filippo Valsorda
2024-11-19
crypto/internal/fips/aes: add service indicators
Filippo Valsorda
2024-11-19
crypto/internal/fips/aes/gcm: add GCMForTLS12 and GCMForTLS13
Filippo Valsorda
2024-11-19
crypto/internal/fips/aes/gcm: add SealWithRandomNonce
Filippo Valsorda
2024-11-19
crypto/internal/fips/aes/gcm: add CounterKDF
Filippo Valsorda
2024-11-19
crypto/internal/fips/aes/gcm: add CMAC
Filippo Valsorda
2024-11-19
crypto/aes,crypto/cipher: test all available implementations
Filippo Valsorda
2024-11-19
crypto/internal/fips/aes: move GCM to its own package
Filippo Valsorda
2024-11-19
crypto/internal/cryptotest: add SkipTestAllocations
Filippo Valsorda
2024-11-19
crypto/internal/fips/drbg: add CAST and service indicator
Filippo Valsorda
2024-11-19
crypto/internal/fips/drbg: implement FIPS-mode randomness generation
Filippo Valsorda
2024-11-19
crypto/internal/fips/drbg: implement CTR_DRBG
Filippo Valsorda
2024-11-19
crypto/rand: move OS interaction to crypto/internal/sysrand
Filippo Valsorda
2024-11-19
crypto/rand: replace crypto/aes with internal/chacha8rand for plan9
Filippo Valsorda
2024-11-19
crypto/aes: move to crypto/internal/fips/aes
Filippo Valsorda
2024-11-19
crypto/aes: speedup CTR mode on AMD64 and ARM64
Boris Nagaev
2024-11-18
crypto/subtle: document and test XORBytes overlap rules
Filippo Valsorda
2024-11-18
crypto/cipher: add small CTR benchmark, remove CFB/OFB benchmarks
Filippo Valsorda
2024-11-18
crypto/internal/impl: use base package name
Filippo Valsorda
2024-11-18
crypto/internal/fips/subtle: move constant time functions from crypto/subtle
Filippo Valsorda
2024-11-18
crypto/internal/alias: move to crypto/internal/fips/alias
Filippo Valsorda
2024-11-17
crypto/internal/fips/check: remove unreachable return
Tim King
2024-11-16
crypto/sha512: improve performance of riscv64 assembly
Joel Sing
2024-11-15
crypto/internal/bigmod: add comparison test for addMulVVW
Cherry Mui
2024-11-15
crypto/internal/bigmod: apply wasm-specific implementation for only sized add...
Cherry Mui
2024-11-15
crypto/internal/fips: make linknames path-independent
Russ Cox
2024-11-15
crypto/internal/fips/check: fix for ASAN builds
Russ Cox
2024-11-15
crypto/internal/fips/check: enable windows/arm64
Filippo Valsorda
2024-11-14
all: enable FIPS verification code
Russ Cox
2024-11-13
crypto/internal/bigmod: optimize addMulVVW on Wasm
Cherry Mui
2024-11-13
crypto/internal/fips/check: add new package
Russ Cox
2024-11-11
crypto/internal/fips: avoid some non-relocatable global initializers
Russ Cox
2024-11-06
crypto/internal/fips: fix Avo generators
Filippo Valsorda
2024-10-31
crypto/rand: skip TestAllocations on plan9
Richard Miller
[prev]
[next]