serai/coins/monero/generators
2023-12-17 00:04:47 -05:00
..
src Use a Vec for the Monero generators, preventing its massive stack usage 2023-09-20 04:31:16 -04:00
Cargo.toml Add workspace lints 2023-12-17 00:04:47 -05:00
LICENSE Update licenses 2023-01-11 23:05:31 -05:00
README.md Fix no-std builds 2023-11-29 03:20:49 -05: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.

This library is usable under no-std when the std feature is disabled.