mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 12:09:37 +00:00
c62d9b448f
The amount of stack usage did cause issues on m1 computers. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE | ||
README.md |
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.