-
Carl Jackson authored
GCM is traditionally used with a 96-bit nonce, but the standard allows for nonces of any size. Non-standard nonce sizes are required in some protocols, so add support for them in crypto/cipher's GCM implementation. Change-Id: I7feca7e903eeba557dcce370412b6ffabf1207ab Reviewed-on: https://go-review.googlesource.com/8946Reviewed-by: Adam Langley <agl@golang.org> Run-TryBot: Adam Langley <agl@golang.org>
50e657fb
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
benchmark_test.go | ||
cbc.go | ||
cbc_aes_test.go | ||
cfb.go | ||
cfb_test.go | ||
cipher.go | ||
cipher_test.go | ||
common_test.go | ||
ctr.go | ||
ctr_aes_test.go | ||
example_test.go | ||
gcm.go | ||
gcm_test.go | ||
io.go | ||
ofb.go | ||
ofb_test.go | ||
xor.go | ||
xor_test.go |