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
pub
S256()
go-ethereum/crypto/crypto.go
Lines 175 to 180 in ec2ec2d
pub.Curve may be different from S256(). However, here marshaling is fixed to S256().
pub.Curve
This may be problematic if the function is used externally with different curves.
Any thoughts?
The text was updated successfully, but these errors were encountered:
We do not support any elliptic curves beyond secp256k1 in package crypto. Probably this information should be added to the documentation.
Sorry, something went wrong.
crypto: add comment to FromECDSAPub (#31241)
fbe0005
closes #26240
Successfully merging a pull request may close this issue.
go-ethereum/crypto/crypto.go
Lines 175 to 180 in ec2ec2d
pub.Curve
may be different fromS256()
. However, here marshaling is fixed toS256()
.This may be problematic if the function is used externally with different curves.
Any thoughts?
The text was updated successfully, but these errors were encountered: