serai/coins/monero/generators/README.md

8 lines
318 B
Markdown
Raw Normal View History

2022-09-29 09:25:29 +00: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.
2023-11-29 08:19:53 +00:00
This library is usable under no-std when the `std` feature is disabled.