serai/crypto/dalek-ff-group
Luke Parker 445bb3786e
Add a dedicated crate for testing ff/group implementors
Provides extensive testing for dalek-ff-group and ed448.

Also includes a fix for an observed bug in ed448.
2022-12-24 15:09:09 -05:00
..
src Add a dedicated crate for testing ff/group implementors 2022-12-24 15:09:09 -05:00
Cargo.toml Add a dedicated crate for testing ff/group implementors 2022-12-24 15:09:09 -05:00
LICENSE Rename sign folder to crypto 2022-05-03 00:46:50 -04:00
README.md Add root_of_unity to dalek-ff-group 2022-12-15 20:33:58 -05:00

Dalek FF/Group

ff/group bindings around curve25519-dalek with a from_hash/random function based around modern dependencies.