-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
x/crypto/nacl/auth: Use constants consistently in Verify #21788
Labels
Milestone
Comments
CC @kevinburke |
good question, thanks - will take a look tonight |
Change https://golang.org/cl/79875 mentions this issue: |
c-expert-zigbee
pushed a commit
to c-expert-zigbee/crypto_go
that referenced
this issue
Mar 28, 2022
Fixes golang/go#21788 Change-Id: I9310b438ce90cd3bba48295c829d44779c9f09c5 Reviewed-on: https://go-review.googlesource.com/79875 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Kevin Burke <kev@inburke.com>
c-expert-zigbee
added a commit
to c-expert-zigbee/crypto_go
that referenced
this issue
Mar 29, 2022
Fixes golang/go#21788 Change-Id: I9310b438ce90cd3bba48295c829d44779c9f09c5 Reviewed-on: https://go-review.googlesource.com/79875 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Kevin Burke <kev@inburke.com>
LewiGoddard
pushed a commit
to LewiGoddard/crypto
that referenced
this issue
Feb 16, 2023
Fixes golang/go#21788 Change-Id: I9310b438ce90cd3bba48295c829d44779c9f09c5 Reviewed-on: https://go-review.googlesource.com/79875 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Kevin Burke <kev@inburke.com>
BiiChris
pushed a commit
to BiiChris/crypto
that referenced
this issue
Sep 15, 2023
Fixes golang/go#21788 Change-Id: I9310b438ce90cd3bba48295c829d44779c9f09c5 Reviewed-on: https://go-review.googlesource.com/79875 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Kevin Burke <kev@inburke.com>
desdeel2d0m
added a commit
to desdeel2d0m/crypto
that referenced
this issue
Jul 1, 2024
Fixes golang/go#21788 Change-Id: I9310b438ce90cd3bba48295c829d44779c9f09c5 Reviewed-on: https://go-review.googlesource.com/79875 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Kevin Burke <kev@inburke.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://godoc.org/golang.org/x/crypto/nacl/auth has
Is there a good reason
Verify
doesn't takekey *[KeySize]byte
? This seems like the existence of the constant was forgotten.The text was updated successfully, but these errors were encountered: