]> Cypherpunks repositories - gostls13.git/commit
crypto/cipher: add NewGCMWithRandomNonce
authorFilippo Valsorda <filippo@golang.org>
Mon, 18 Nov 2024 15:19:12 +0000 (16:19 +0100)
committerGopher Robot <gobot@golang.org>
Tue, 19 Nov 2024 16:26:40 +0000 (16:26 +0000)
commitf916d93e415068e0ec286249f96e6164ad822731
tree96e5157b7ebcf7708a42d164a537d509cee75f3c
parent380903588cc68dbdcf35c839a9fd4b1ec2cc2158
crypto/cipher: add NewGCMWithRandomNonce

Fixes #69981

Change-Id: I0cad11f5d7673304c5a6d85fc598ddc27ab93738
Reviewed-on: https://go-review.googlesource.com/c/go/+/629175
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
api/next/69981.txt [new file with mode: 0644]
doc/next/6-stdlib/99-minor/crypto/cipher/69981.md [new file with mode: 0644]
src/crypto/cipher/gcm.go
src/crypto/cipher/gcm_test.go
src/crypto/internal/cryptotest/aead.go