mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-12 14:09:25 +00:00
Removes usage of dalek-ff-group/multiexp for curve25519-dalek. Makes compiling in the generators an optional feature. Adds a structured batch verifier which should be notably more performant. Documentation and clean up still necessary.
7 lines
180 B
Markdown
7 lines
180 B
Markdown
# Monero Bulletproofs(+)
|
|
|
|
Bulletproofs(+) range proofs, as defined by the Monero protocol.
|
|
|
|
This library is usable under no-std when the `std` feature (on by default) is
|
|
disabled.
|