serai/crypto/dalek-ff-group
Luke Parker 3de7a76051
Use GroupEncoding instead of Curve's from_slice/to_bytes
Increases usage of standardization while expanding dalek_ff_group.

Closes https://github.com/serai-dex/serai/issues/26 by moving 
dfg::EdwardsPoint to only be for the prime subgroup.
2022-06-28 01:25:26 -04:00
..
src Use GroupEncoding instead of Curve's from_slice/to_bytes 2022-06-28 01:25:26 -04:00
Cargo.toml Prepare dalek-ff-group for publishing 2022-06-19 06:34:06 -04:00
LICENSE Rename sign folder to crypto 2022-05-03 00:46:50 -04:00
README.md Prepare dalek-ff-group for publishing 2022-06-19 06:34:06 -04:00

Dalek FF/Group

ff/group bindings around curve25519-dalek with a random function based around a more modern rand_core.

Some functions currently remain unimplemented.