Crates.io | monero-clsag-mirror |
lib.rs | monero-clsag-mirror |
version | 0.1.0 |
source | src |
created_at | 2024-09-22 00:57:24.13117 |
updated_at | 2024-09-22 00:57:24.13117 |
description | The CLSAG linkable ring signature, as defined by the Monero protocol. 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/ringct/clsag |
max_upload_size | |
id | 1382649 |
size | 37,771 |
The CLSAG linkable ring signature, as defined by the Monero protocol.
Additionally included is a FROST-inspired threshold multisignature algorithm.
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).multisig
: Provides a FROST-inspired threshold multisignature algorithm for
use.