serai/crypto/dalek-ff-group
Luke Parker 42a3d38b48
Zeroize buffer used in Scalar::from_hash
from_hash is frequently used for private key/nonce generation, making 
this buffer a copy of private keys/nonces.
2022-08-04 14:40:54 -04:00
..
src Zeroize buffer used in Scalar::from_hash 2022-08-04 14:40:54 -04:00
Cargo.toml Utilize zeroize (#76) 2022-08-03 03:25:18 -05: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.