-
Notifications
You must be signed in to change notification settings - Fork 9
/
Scarb.lock
67 lines (58 loc) · 872 Bytes
/
Scarb.lock
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Code generated by scarb DO NOT EDIT.
version = 1
[[package]]
name = "bn254_u256"
version = "0.1.0"
dependencies = [
"bn_ate_loop",
"ec_groups",
"fast_mod",
"fq_types",
"pairing",
"schwartz_zippel",
]
[[package]]
name = "bn254_u256_contract"
version = "0.1.0"
dependencies = [
"bn254_u256",
]
[[package]]
name = "bn_ate_loop"
version = "0.1.0"
dependencies = [
"ec_groups",
"fq_types",
"schwartz_zippel",
]
[[package]]
name = "circuits"
version = "0.1.0"
[[package]]
name = "ec_groups"
version = "0.1.0"
dependencies = [
"bn_ate_loop",
"fq_types",
"pairing",
]
[[package]]
name = "fast_mod"
version = "0.1.0"
[[package]]
name = "fq_types"
version = "0.1.0"
[[package]]
name = "pairing"
version = "0.1.0"
dependencies = [
"ec_groups",
"fq_types",
]
[[package]]
name = "schwartz_zippel"
version = "0.1.0"
dependencies = [
"fq_types",
"pairing",
]