Registry / crypto / winter-crypto

winter-crypto

JSON →
library0.13.1rscratesunverified

Cryptographic library for the Winterfell STARK prover/verifier.

# Cargo.toml [dependencies] winter-crypto = "0.13.1"
INSTALL
IMPORT
SIG · WINTER-CRYPTO
W
winter-crypto
cryptorustv0.13.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.

Blake3_256
use winter_crypto::hash::Blake3_256;

Hashes data using the Blake3-256 algorithm from Winterfell's crypto library.

use winter_crypto::hash::Blake3_256; use winter_crypto::Hasher; fn main() { let hash = Blake3_256::hash(b"hello"); println!("{:?}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
Resources
winter-crypto — cargo add winter-crypto · libregistry