Skip to content
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

Implement X448 and Ed448 #112

Open
hannesm opened this issue Mar 29, 2021 · 2 comments
Open

Implement X448 and Ed448 #112

hannesm opened this issue Mar 29, 2021 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@hannesm
Copy link
Member

hannesm commented Mar 29, 2021

This curve is still missing, fiat has support for it on 64 bit (not 32 bit, see mit-plv/fiat-crypto#797). I have not found any Ed448 implementation based on fiat-crypto (neither X448).

@hannesm hannesm added the help wanted Extra attention is needed label Mar 29, 2021
@kevaundray
Copy link

In case you are interested:

For Ed448 here is an implementation: https://github.com/crate-crypto/Ed448-Goldilocks

For x448 here is also a possible implementation: https://github.com/crate-crypto/x448

The default backend being used is the fiat u64 backend: https://github.com/crate-crypto/Ed448-Goldilocks/blob/master/Cargo.toml#L26

There is a u32 backend but it does not use fiat-crypto.

Also this was the PR which added tests for crate-crypto/ed448-goldilocks into fiat-crypto: mit-plv/fiat-crypto#795

@hannesm
Copy link
Member Author

hannesm commented Apr 14, 2021

Thanks @kevaundray for the pointers :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants