]> Cypherpunks repositories - gostls13.git/commit
crypto/cipher: update documentation for aead Open
authorkomuw <komuw05@gmail.com>
Wed, 28 Aug 2024 14:12:31 +0000 (14:12 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 4 Sep 2024 14:37:02 +0000 (14:37 +0000)
commitc55a170083dc58611e5acb6535093d0cf4e43175
treefe4928e9adfb64813433e4b9aad5c333d12b5955
parent3473d2f8efcb448e5433931a31fb358304bb9b80
crypto/cipher: update documentation for aead Open

The remaining capacity of dst should not overlap ciphertext.
The previous wording was probably a copy paste mistake from aead Seal.

Change-Id: Iaa28073f9ea90cbe2032c0c1149a78feab6c9239
GitHub-Last-Rev: fb54bc84c471648eb9d4c56492a8ff6d7db69b2b
GitHub-Pull-Request: golang/go#69108
Reviewed-on: https://go-review.googlesource.com/c/go/+/609075
Reviewed-by: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/crypto/cipher/gcm.go