mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-07 03:19:30 +00:00
7b0b8a20ec
read for R: Read write for W: Write serialize for -> Vec<u8> Also uses std::io::{self, Read, Write} consistently. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Monero Generators
Generators used by Monero in both its Pedersen commitments and Bulletproofs(+).
An implementation of Monero's ge_fromfe_frombytes_vartime
, simply called
hash_to_point
here, is included, as needed to generate generators.