17 unstable releases (7 breaking)
0.9.0 | May 9, 2024 |
---|---|
0.8.3 | Mar 15, 2024 |
0.8.1 | Feb 21, 2024 |
0.7.0 | Oct 23, 2023 |
0.2.0 | Aug 24, 2021 |
#398 in Cryptography
4,809 downloads per month
Used in 19 crates
(10 directly)
78KB
1.5K
SLoC
Winter rand utils
This crate contains functions for generating random values. These functions are intended to be used in tests, benchmarks, and examples by other Winterfell crates.
When compiled to WebAssembly target, all of the functions are omitted.
License
This project is MIT licensed.
lib.rs
:
This crates contains functions for generating random values.
These functions are intended to be used in tests, benchmarks, and examples. When compiled to WebAssembly target, all of the functions are omitted.
Dependencies
~74KB