mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-24 12:39:33 +00:00
1e448dec21
transcript, dalek-ff-group, ed449, and ciphersuite are all usable with no_std alone. The rest additionally require alloc. Part of #279.
7 lines
319 B
Markdown
7 lines
319 B
Markdown
# 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.
|