-
Adam Langley authored
a073d65e6f8c had a couple of bugs in the CFB mode that I missed in code review: 1) The loop condition wasn't updated from the old version. 2) It wasn't safe when src and dst aliased. Fixes #6950. R=golang-dev, hanwen CC=golang-dev https://golang.org/cl/42110043
1d546005
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 |