serai/coins/monero/generators
Luke Parker 7b0b8a20ec
Standardize serialization within the Monero lib
read for R: Read
write for W: Write
serialize for -> Vec<u8>

Also uses std::io::{self, Read, Write} consistently.
2023-01-07 05:18:35 -05:00
..
src Standardize serialization within the Monero lib 2023-01-07 05:18:35 -05:00
Cargo.toml Fill out Cargo.tomls 2022-10-15 23:46:22 -04:00
LICENSE Generate Bulletproofs(+) generators at compile time 2022-08-21 06:36:53 -04:00
README.md Expand and correct documentation 2022-09-29 05:25:29 -04:00

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.