-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
43 lines (35 loc) · 726 Bytes
/
Copy pathCargo.toml
File metadata and controls
43 lines (35 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[package]
name = "poke"
version = "0.1.0"
edition = "2024"
[dependencies]
fp2 = { git = "https://github.com/jacobprudhomme/fp2", branch = "additions-for-poke" }
isogeny = { git = "https://github.com/jacobprudhomme/isogeny_rs", branch = "additions-for-poke" }
rand = "0.9"
rand_core = "0.9"
rug = "1.28.0"
sha3 = "0.10"
[dev-dependencies]
criterion = "0.7"
num-bigint = { version = "0.4" }
rstest = "0.26"
rstest_reuse = "0.7.0"
sha2 = "0.10"
[[bench]]
name = "poke"
harness = false
[[bench]]
name = "inke"
harness = false
[[bench]]
name = "basis_masking"
harness = false
[[bench]]
name = "dlp"
harness = false
[[bench]]
name = "backtracking_isogeny"
harness = false
[[bench]]
name = "basis_mapping_2d"
harness = false