serai/crypto/dalek-ff-group
Luke Parker 19488cf446
Fill out Cargo.tomls
Updated missing fields/sections, even if some won't be used, to 
standardize.

Also made FROST tests feature-gated.
2022-10-15 23:46:22 -04:00
..
src Use HashMarker for Transcript and when generating scalars from digests 2022-09-29 05:33:46 -04:00
Cargo.toml Fill out Cargo.tomls 2022-10-15 23:46:22 -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.