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

Possible candidates golang.org/x/crypto/ #8

Open
ccoVeille opened this issue Jan 20, 2025 · 1 comment
Open

Possible candidates golang.org/x/crypto/ #8

ccoVeille opened this issue Jan 20, 2025 · 1 comment

Comments

@ccoVeille
Copy link
Contributor

https://pkg.go.dev/golang.org/x/crypto/ed25519
vs
https://pkg.go.dev/crypto/ed25519

https://cs.opensource.google/go/x/crypto/+/refs/tags/v0.32.0:ed25519/ed25519.go

I don't know if this one matches your linter logic as it's not a golang.org/x/exp/ package

@ccoVeille
Copy link
Contributor Author

https://tip.golang.org/doc/go1.24

New crypto/hkdf, crypto/pbkdf2, and crypto/sha3 packages

The new crypto/hkdf package implements the HMAC-based Extract-and-Expand key derivation function HKDF, as defined in RFC 5869.

The new crypto/pbkdf2 package implements the password-based key derivation function PBKDF2, as defined in RFC 8018.

The new crypto/sha3 package implements the SHA-3 hash function and SHAKE and cSHAKE extendable-output functions, as defined in FIPS 202.

All three packages are based on pre-existing golang.org/x/crypto/... packages.

@ccoVeille ccoVeille changed the title Possible candidate golang.org/x/crypto/ed25519 Possible candidate golang.org/x/crypto/ Feb 12, 2025
@ccoVeille ccoVeille changed the title Possible candidate golang.org/x/crypto/ Possible candidates golang.org/x/crypto/ Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants