Files
serai/coins/monero/generators/README.md

14 lines
402 B
Markdown
Raw Normal View History

2022-09-29 05:25:29 -04:00
# Monero Generators
Generators used by Monero in both its Pedersen commitments and Bulletproofs(+).
2024-06-13 18:54:18 -04:00
An implementation of Monero's `hash_to_ec` is included, as needed to generate
the generators.
2024-06-13 18:54:18 -04:00
This library is usable under no-std when the `std` feature (on by default) is
disabled.
### Cargo Features
- `std` (on by default): Enables `std` (and with it, more efficient internal
implementations).