• 212472270's avatar
    crypto/cipher: replace NewGCMWithNonceAndTagSize with NewGCMWithTagSize · 33f17683
    212472270 authored
    This function was added during the Go 1.11 dev cycle and isn't part of
    the API compatibility promise yet.
    
    In the previous implementation, NewGCMWithNonceAndTagSize was being used
    as a helper function for NewGCM, NewGCMWithTagSize, and NewGCMWithNonceSize.
    With the removal of Nonce size from the name and parameters, we needed to
    add an unexported helper function newGCMWithNonceAndTagSize.
    
    Fixes #24977
    
    Change-Id: Ie70f2a192d0556c4f890deb62e68cff6bbbccd33
    Reviewed-on: https://go-review.googlesource.com/116435Reviewed-by: 's avatarFilippo Valsorda <filippo@golang.org>
    Run-TryBot: Filippo Valsorda <filippo@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    33f17683
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...