mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-20 06:33:07 +00:00
14 lines
337 B
TOML
14 lines
337 B
TOML
|
|
[package]
|
||
|
|
name = "plonky2_waksman"
|
||
|
|
description = "A circuit implementation AS-Waksman networks, useful for checking permutations and sorting"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2021"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
"plonky2" = { path = "../plonky2" }
|
||
|
|
"plonky2_util" = { path = "../util" }
|
||
|
|
anyhow = "1.0.40"
|
||
|
|
bimap = "0.6.1"
|
||
|
|
itertools = "0.10.0"
|
||
|
|
rand = "0.8.4"
|