serai/coins/monero/generators
Justin Berman df85c09435
monero: match monero's stricter check when decompressing points (#515)
* monero: match monero's stricter check when decompressing points

* Reverted type change for output key
2024-02-17 23:16:16 -05:00
..
src monero: match monero's stricter check when decompressing points (#515) 2024-02-17 23:16:16 -05:00
Cargo.toml monero: match monero's stricter check when decompressing points (#515) 2024-02-17 23:16:16 -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.