serai/crypto/dalek-ff-group
Luke Parker cc0c6fb5ac
Apply the optimized pow to dalek-ff-group
Saves ~40% from Monero hash_to_curve, assisting with #68.
2022-08-31 00:57:23 -04:00
..
src Apply the optimized pow to dalek-ff-group 2022-08-31 00:57:23 -04:00
Cargo.toml Version bump dalek-ff-group 2022-08-29 03:46:48 -04:00
LICENSE Rename sign folder to crypto 2022-05-03 00:46:50 -04:00
README.md Add READMEs to Serai and Monero 2022-07-08 16:23:26 -04:00

Dalek FF/Group

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

Some functions currently remain unimplemented.