Registry / crypto / blsttc

blsttc

JSON →
library8.0.2rscratesunverified

Pairing threshold cryptography library for Rust.

# Cargo.toml [dependencies] blsttc = "8.0.2"
INSTALL
IMPORT
SIG · BLSTTC
B
blsttc
cryptorustv8.0.2
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 blsttc::SecretKey;

Generates a random secret key for threshold cryptography.

use blsttc::SecretKey; let sk = SecretKey::random(); println!("Secret key generated: {:?}", sk);
Debug
Known issues
breakingThis crate is experimental and may have breaking changes in future versions.
fix
Pin to a specific version and review changelog before upgrading.
affects: >=8.0.0
Upgrade
Version history
8.0.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
blsttc — cargo add blsttc · libregistry