Registry / crypto / winter-rand-utils

winter-rand-utils

JSON →
library0.13.1rscratesunverified

Random value generation utilities for Winterfell crates, used in cryptographic and zero-knowledge proof contexts.

# Cargo.toml [dependencies] winter-rand-utils = "0.13.1"
INSTALL
IMPORT
SIG · WINTER-RAND-UTILS
W
winter-rand-utils
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.

RandomValueGenerator
use winter_rand_utils::RandomValueGenerator;

Generate a random value using Winterfell utilities

use winter_rand_utils::RandomValueGenerator; fn main() { let mut gen = RandomValueGenerator::new(); let value = gen.generate(); println!("Generated random value: {:?}", value); }
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
22 hits · last 30 days
node
20
Resources
winter-rand-utils — cargo add winter-rand-utils · libregistry