Registry / crypto / fedimint-threshold-crypto

fedimint-threshold-crypto

JSON →
library0.2.1rscratesunverified

Pairing threshold cryptography library (Fedimint fork).

# Cargo.toml [dependencies] fedimint-threshold-crypto = "0.2.1"
INSTALL
IMPORT
SIG · FEDIMINT-THRESHOLD
F
fedimint-threshold-crypto
cryptorustv0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SecretKey
use fedimint_threshold_crypto::SecretKey;

Generate a random secret key.

use fedimint_threshold_crypto::SecretKey; fn main() { let sk = SecretKey::random(); println!("Secret key: {:?}", sk); }
Debug
Known issues
gotchaThis is a fork; API may differ from upstream threshold_crypto.
fix
Check documentation for Fedimint-specific changes.
affects: >=0.2.0
Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Resources
fedimint-threshold-crypto — cargo add fedimint-threshold-crypto · libregistry