We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In dropping support for go1.20 I came across crypto.GenerateEKeyPair. https://github.com/libp2p/go-libp2p/blob/master/core/crypto/key.go#L129
crypto.GenerateEKeyPair
It looks like no one is using this and some time in the past it was used for SECIO. It also has the cryptic comment Used in the identify module.
Used in the identify module
@marten-seemann @Stebalien any details you can share about this?
The text was updated successfully, but these errors were encountered:
Yeah, it was used in secio for forward secrecy. IMO, it can safely be removed and nobody's likely to care.
Sorry, something went wrong.
(search of local code + grep.app revealed no users other than secio)
fixed by #2711
No branches or pull requests
In dropping support for go1.20 I came across
crypto.GenerateEKeyPair
. https://github.com/libp2p/go-libp2p/blob/master/core/crypto/key.go#L129It looks like no one is using this and some time in the past it was used for SECIO. It also has the cryptic comment
Used in the identify module
.@marten-seemann @Stebalien any details you can share about this?
The text was updated successfully, but these errors were encountered: