monero-generators-mirror

Crates.iomonero-generators-mirror
lib.rsmonero-generators-mirror
version0.4.0
sourcesrc
created_at2024-09-14 05:15:56.748113
updated_at2024-09-22 00:32:58.765194
descriptionMonero'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.
homepage
repositoryhttps://github.com/serai-dex/serai/tree/develop/networks/monero/generators
max_upload_size
id1374480
size78,033
sneurlax (sneurlax)

documentation

README

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).
Commit count: 1740

cargo fmt