-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add security consideration for HSM #279
Conversation
Looks perfect to me, I think the only thing left is to evaluate if adding test vectors for X25519 and X448 makes sense. |
It makes sense to me, and I think @chris-wood was also in favor. X25519 is widespread and has good support, X448 is not as much. Including these vectors would be better done in another PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM pending suggestion!
What issue should we use to track this? |
Co-authored-by: Christopher Wood <caw@heapingbits.net>
Co-authored-by: Daniel Bourdrez <3641580+bytemare@users.noreply.github.com>
@chris-wood how about #238 for tracking? |
Addresses #257