Registry / crypto / fedimint-tbs

fedimint-tbs

JSON →
library0.11.1rscratesunverified

tbs is a helper cryptography library for threshold blind signatures.

# Cargo.toml [dependencies] fedimint-tbs = "0.11.1"
INSTALL
IMPORT
SIG · FEDIMINT-TBS
F
fedimint-tbs
cryptorustv0.11.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.

ThresholdBlindSign
use fedimint_tbs::ThresholdBlindSign;

Creating a threshold blind signature instance

use fedimint_tbs::ThresholdBlindSign; fn main() { let signer = ThresholdBlindSign::new(); println!("Threshold blind signer created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Resources
fedimint-tbs — cargo add fedimint-tbs · libregistry