| Crates.io | monero-bulletproofs-mirror |
| lib.rs | monero-bulletproofs-mirror |
| version | 0.1.0 |
| created_at | 2024-09-22 01:04:32.059076+00 |
| updated_at | 2024-09-22 01:04:32.059076+00 |
| description | Bulletproofs(+) range proofs, as defined by the Monero protocol |
| homepage | |
| repository | https://github.com/serai-dex/serai/tree/develop/networks/monero/ringct/bulletproofs |
| max_upload_size | |
| id | 1382655 |
| size | 82,673 |
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.
std (on by default): Enables std (and with it, more efficient internal
implementations).compile-time-generators (on by default): Derives the generators at
compile-time so they don't need to be derived at runtime. This is recommended
if program size doesn't need to be kept minimal.