Skip to content

Commit d5847f8

Browse files
committed
logup: first draft of implementation with tests
1 parent 05ca0e1 commit d5847f8

6 files changed

Lines changed: 1164 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,11 @@ suboptimal_flops = "allow"
3535
cast_sign_loss = "allow"
3636

3737
[dependencies]
38+
itertools = "0.14"
39+
40+
p3-matrix = { git = "https://github.com/Plonky3/Plonky3.git", rev = "da80cf1" }
41+
p3-field = { git = "https://github.com/Plonky3/Plonky3.git", rev = "da80cf1" }
42+
p3-air = { git = "https://github.com/Plonky3/Plonky3.git", rev = "da80cf1" }
43+
44+
[dev-dependencies]
45+
p3-baby-bear = { git = "https://github.com/Plonky3/Plonky3.git", rev = "da80cf1" }

0 commit comments

Comments
 (0)