13 unstable releases (5 breaking)
0.7.0 | Oct 23, 2023 |
---|---|
0.6.4 | May 26, 2023 |
0.6.2 | Apr 16, 2023 |
0.6.1 | Mar 29, 2023 |
0.2.0 | Aug 24, 2021 |
#1046 in Cryptography
2,042 downloads per month
Used in 9 crates
44KB
629 lines
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
~71KB