-
Notifications
You must be signed in to change notification settings - Fork 320
EdDSA support #256
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
EdDSA support #256
Conversation
a93e3eb
to
7b465fd
Compare
e44c4e5
to
eeab2c6
Compare
c653b82
to
9e6ce5f
Compare
eb01fd0
to
b73a4ce
Compare
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.
r+ with a small question
def do_eddsa_test_from_openssl(self, curve): | ||
curvename = curve.name | ||
|
||
if os.path.isdir("t"): |
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.
What about if there is a file called t
? Do we care about such situations?
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.
yes, it's a problem, but it's been like that for the past 10 years for this library (there are other, non EdDSA tests that use the t
directory too), so I don't think it's a problem
Add support for EdDSA signatures (Ed25519 and Ed448).
Todo: