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
KeyKeys.Algorithm
The OneKey(PublicKey, PrivateKey) constructor does not consistently set the algorithm (3) key in the resulting map.
OneKey(PublicKey, PrivateKey)
algorithm (3)
This causes the resulting CBOR object to violate specs such as the WebAuthn spec, and is just generally poor practice.
(The exception are EDDSA keys, which set the key.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
OneKey(PublicKey, PrivateKey)
constructor does not consistently set thealgorithm (3)
key in the resulting map.This causes the resulting CBOR object to violate specs such as the WebAuthn spec, and is just generally poor practice.
(The exception are EDDSA keys, which set the key.)
The text was updated successfully, but these errors were encountered: