#generator #monero #commitment #point #hash #bulletproofs #default

no-std monero-generators-mirror

Monero's hash to point function and generators. Mirrored by sneurlax from serai for downstream crate-publishing purposes until serai publishes their crates; use the versions from serai in production. This crate will be unpublished/deleted as soon as possible.

2 unstable releases

new 0.4.0 Sep 22, 2024
0.3.0 Sep 14, 2024

#70 in Magic Beans

Download history 151/week @ 2024-09-09 234/week @ 2024-09-16

385 downloads per month
Used in 11 crates (7 directly)

MIT license

84KB
1K SLoC

Monero Generators

Generators used by Monero in both its Pedersen commitments and Bulletproofs(+). An implementation of Monero's hash_to_ec is included, as needed to generate the generators.

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).

Dependencies

~7MB
~129K SLoC