-
Notifications
You must be signed in to change notification settings - Fork 206
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 ed448 #1121
base: master
Are you sure you want to change the base?
Add ed448 #1121
Conversation
Signed-off-by: Michael Lodder <[email protected]>
// The original file was a part of curve25519-dalek. | ||
// Copyright (c) 2016-2019 Isis Lovecruft, Henry de Valence | ||
// Copyright (c) 2020 Kevaundray Wedderburn | ||
// See LICENSE for licensing information. |
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.
lets add a reference to the actual licnes file from curve25519-dalek
@tarcieri @mikelodder7 I am not seeing much in terms of test vectors or the likes, do you happen to know where to find some? |
working on a pr to update to the current set of rustcrypto deps |
Co authors |
Here's the Ed448 test vectors |
Signed-off-by: Michael Lodder <[email protected]>
created mikelodder7#1 |
👀 |
This adds the Ed448-Goldilocks curve and signing implementation from the latest commit at Mikelodder7/Ed448-Goldilocks.