Skip to content

Commit 0d31c90

Browse files
CopilotSteake
andcommitted
Implement full ZK circuit constraints with arkworks R1CS (battle & state circuits) - 85% complete toward 100%
Co-authored-by: Steake <530040+Steake@users.noreply.github.com>
1 parent f163865 commit 0d31c90

4 files changed

Lines changed: 786 additions & 0 deletions

File tree

crates/bitcell-zkp/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ ark-bn254.workspace = true
2020
ark-serialize.workspace = true
2121
serde.workspace = true
2222
thiserror.workspace = true
23+
ark-crypto-primitives.workspace = true
2324

2425
[dev-dependencies]
2526
proptest.workspace = true

0 commit comments

Comments
 (0)