serai/crypto/dalek-ff-group
Luke Parker c358090f16
Use black_box to help obscure the dalek-ff-group bool -> Choice conversion
I have no idea if this will actually help, yet it can't hurt.

Feature gated due to MSRV requirements.

Fixes #242.
2023-03-07 04:23:41 -05:00
..
src Use black_box to help obscure the dalek-ff-group bool -> Choice conversion 2023-03-07 04:23:41 -05:00
Cargo.toml Use black_box to help obscure the dalek-ff-group bool -> Choice conversion 2023-03-07 04:23:41 -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.