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
/
cipher
Age
Commit message (
Expand
)
Author
2025-07-10
crypto/cipher: Fix comment punctuation
Markus Kusano
2025-06-20
crypto/cipher: fix link to crypto/aes
Sean Liao
2025-04-16
crypto/cipher: use AEAD.NonceSize to make nonce in the example
najeira
2025-03-06
crypto: test for unexpected concrete methods in interface value returns
Filippo Valsorda
2024-12-17
crypto/cipher: block non-AES CTR and CBC in fips140=only mode
Filippo Valsorda
2024-11-22
crypto/cipher: deprecate NewOFB, NewCFBDecrypter, and NewCFBEncrypter
Filippo Valsorda
2024-11-22
crypto: implement fips140=only mode
Filippo Valsorda
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-19
crypto/cipher: add NewGCMWithRandomNonce
Filippo Valsorda
2024-11-19
crypto/internal/fips/aes/gcm: add GCMForSSH
Filippo Valsorda
2024-11-19
crypto/internal/fips/aes: add service indicators
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/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/cipher: add small CTR benchmark, remove CFB/OFB benchmarks
Filippo Valsorda
2024-11-18
crypto/internal/alias: move to crypto/internal/fips/alias
Filippo Valsorda
2024-09-04
crypto/cipher: update documentation for aead Open
komuw
2024-09-03
all: omit unnecessary 0 in slice expression
nlwkobe30
2024-08-21
crypto/internal/cryptotest: add tests for the cipher.AEAD interface
Manuel Sabin
2024-08-02
crypto/internal/cryptotest: add tests for the cipher.Stream interface
Manuel Sabin
2024-07-31
crypto/internal/cryptotest: add tests for the cipher.BlockMode interface
Manuel Sabin
2024-05-13
crypto: replace encoding/binary in favour of internal/byteorder
Mateusz Poliwczak
2024-03-27
all: make use of builtin clear
Jes Cok
2023-10-25
Revert "crypto/internal/boring: use noescape and nocallback cgo directives"
Michael Stapelberg
2023-10-23
crypto/internal/boring: use noescape and nocallback cgo directives
qmuntal
2023-10-13
crypto: add available godoc link
cui fliter
2023-10-09
crypto/cipher: update GCM test
Lynn Boger
2022-09-28
crypto: use bytes.Clone
cuiweixie
2022-08-17
crypto/subtle: add XORBytes
Russ Cox
2022-08-17
crypto/internal/subtle: rename to crypto/internal/alias
Russ Cox
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2022-03-03
crypto/aes: improve performance for aes-cbc on ppc64le
Lynn Boger
2021-11-06
all: remove more leftover // +build lines
Tobias Klauser
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-05-13
all: add //go:build lines to assembly files
Tobias Klauser
2021-04-28
crypto/cipher: make AES-GCM benchmarks match ChaCha20Poly1305 ones
Filippo Valsorda
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-11-07
crypto/cipher: use Neon for xor on arm64
Meng Zhuo
2020-02-24
crypto/cipher: require non-zero nonce size for AES-GCM
Katie Hockman
2019-09-24
crypto/cipher: improve xorBytesVSX asm for ppc64x
Lynn Boger
2019-05-24
syscall/js: replace TypedArrayOf with CopyBytesToGo/CopyBytesToJS
Richard Musiol
2019-05-22
all: shorten some tests
Russ Cox
2019-05-02
crypto/cipher: disable broken js/wasm test from nodejs v8 to v12 upgrade
Brad Fitzpatrick
2019-03-08
crypto/cipher: fix duplicated arguments to bytes.Equal in test
Iskander Sharipov
2018-11-01
crypto/cipher: add VSX implementation of xorBytes for ppc64x
Carlos Eduardo Seo
2018-10-30
crypto/cipher: use SIMD for xor on amd64
templexxx
2018-10-30
crypto/cipher: make stream examples runnable in the playground
Yury Smolsky
[next]