MystenLabs / fastcrypto

Common cryptographic library used in software at Mysten Labs.
Apache License 2.0
246 stars 139 forks source link

[crypto] Ed25519 security #17

Closed huitseeker closed 1 year ago

huitseeker commented 2 years ago

Feedback from writing MystenLabs/narwhal#32 on our ed25519 implementation:

Inspirations for accomplishing the above:

kchalkias commented 2 years ago

@huitseeker as we're now with zip215, do you think we could close this issue?

huitseeker commented 2 years ago

I think the best approach is for us to encode our expectations against the vectors included in : https://github.com/novifinancial/ed25519-speccheck And I would convert this issue into running asserts against each of those vectors.