serai/coins/monero/generators
Luke Parker c62d9b448f
Use a Vec for the Monero generators, preventing its massive stack usage
The amount of stack usage did cause issues on m1 computers.
2023-09-20 04:31:16 -04:00
..
src Use a Vec for the Monero generators, preventing its massive stack usage 2023-09-20 04:31:16 -04:00
Cargo.toml Merge pull request #348 from serai-dex/current-crypto-crates 2023-08-21 01:24:16 -04:00
LICENSE Update licenses 2023-01-11 23:05:31 -05:00
README.md Add no_std support to transcript, dalek-ff-group, ed448, ciphersuite, multiexp, schnorr, and monero-generators 2023-04-22 04:38:47 -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.

This library is usable under no_std when the alloc feature is enabled.