Registry / crypto / frost-core

frost-core

JSON →
library3.0.0rscratesunverified

Types and traits to support implementing Flexible Round-Optimized Schnorr Threshold signature schemes (FROST).

# Cargo.toml [dependencies] frost-core = "3.0.0"
INSTALL
IMPORT
SIG · FROST-CORE
F
frost-core
cryptorustv3.0.0
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.

FrostCore
use frost_core::FrostCore;

Creates a FROST core instance for threshold signatures.

use frost_core::FrostCore; fn main() { let frost = FrostCore::new(); // Use for threshold signature operations }
Debug
Known issues
gotchaRequires careful key management; insecure randomness can break security.
fix
Use cryptographically secure random number generators and follow FROST specification.
affects: >=1.0.0
Upgrade
Version history
3.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
frost-core — cargo add frost-core · libregistry