Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crypto/cipher: replace NewGCMWithNonceAndTagSize with NewGCMWithTagSize #24977

Closed
rsc opened this issue Apr 20, 2018 · 1 comment
Closed

crypto/cipher: replace NewGCMWithNonceAndTagSize with NewGCMWithTagSize #24977

rsc opened this issue Apr 20, 2018 · 1 comment
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. release-blocker
Milestone

Comments

@rsc
Copy link
Contributor

rsc commented Apr 20, 2018

This was added in the Go 1.11 cycle and the name is a mouthful, and the nonce size may not be necessary to specify anyway. Remember to rename.

@rsc rsc added this to the Go1.11 milestone Apr 20, 2018
@FiloSottile FiloSottile added release-blocker NeedsFix The path to resolution is known, but the work has not been done. labels Apr 20, 2018
@gopherbot
Copy link

Change https://golang.org/cl/116435 mentions this issue: crypto/cipher: Rename NewGCMWithNonceAndTagSize

@golang golang locked and limited conversation to collaborators Jun 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. release-blocker
Projects
None yet
Development

No branches or pull requests

3 participants