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
From https://github.com/theupdateframework/go-tuf/blob/0e889ad1c/pkg/keys/ed25519.go#L18:
func NewP256Signer() Signer { return &ed25519Signer{} }
Is this on purpose? Someone calling NewP256Signer would probably expect to get a signer using ECDSA over P-256 curve, and not a signer using Ed25519.
NewP256Signer
The text was updated successfully, but these errors were encountered:
This is fixed now.
You can generate an ecdsa key with keys.GenerateEcdsaKey()
keys.GenerateEcdsaKey()
Sorry, something went wrong.
No branches or pull requests
From https://github.com/theupdateframework/go-tuf/blob/0e889ad1c/pkg/keys/ed25519.go#L18:
Is this on purpose? Someone calling
NewP256Signer
would probably expect to get a signer using ECDSA over P-256 curve, and not a signer using Ed25519.The text was updated successfully, but these errors were encountered: