Crates.io | monero-generators-mirror |
lib.rs | monero-generators-mirror |
version | 0.4.0 |
source | src |
created_at | 2024-09-14 05:15:56.748113 |
updated_at | 2024-09-22 00:32:58.765194 |
description | 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. |
homepage | |
repository | https://github.com/serai-dex/serai/tree/develop/networks/monero/generators |
max_upload_size | |
id | 1374480 |
size | 78,033 |
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.
std
(on by default): Enables std
(and with it, more efficient internal
implementations).