mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-25 21:19:35 +00:00
13 lines
314 B
Markdown
13 lines
314 B
Markdown
|
# Monero Borromean
|
||
|
|
||
|
Borromean ring signatures arranged into a range proof, as done by the Monero
|
||
|
protocol.
|
||
|
|
||
|
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).
|