plonky2/util/Cargo.toml
Daniel Lubarov c622e45246 Test reverse_index_bits
Thanks to Least Authority for this
2022-11-08 12:27:55 -08:00

9 lines
206 B
TOML

[package]
name = "plonky2_util"
description = "Utilities used by Plonky2"
version = "0.1.0"
edition = "2021"
[dependencies]
rand = { version = "0.8.5", default-features = false, features = ["getrandom"] }