-
Notifications
You must be signed in to change notification settings - Fork 374
Expand file tree
/
Copy pathEXTERNAL_NOIR_LIBRARIES.yml
More file actions
144 lines (144 loc) · 3.5 KB
/
EXTERNAL_NOIR_LIBRARIES.yml
File metadata and controls
144 lines (144 loc) · 3.5 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
define: &AZ_COMMIT 755cc08ead3ee6e6bc741a4f2a254554dca6fe16
libraries:
noir_check_shuffle:
repo: noir-lang/noir_check_shuffle
timeout: 2
critical: true
ec:
repo: noir-lang/ec
timeout: 2
critical: true
eddsa:
repo: noir-lang/eddsa
timeout: 5
critical: true
mimc:
repo: noir-lang/mimc
timeout: 2
critical: true
schnorr:
repo: noir-lang/schnorr
timeout: 2
critical: true
noir_sort:
repo: noir-lang/noir_sort
timeout: 2
critical: true
noir-edwards:
repo: noir-lang/noir-edwards
timeout: 2
critical: true
noir-bignum:
repo: noir-lang/noir-bignum
timeout: 600
critical: true
noir_bigcurve:
repo: noir-lang/noir_bigcurve
timeout: 600
critical: true
noir_base64:
repo: noir-lang/noir_base64
timeout: 15
critical: true
noir_string_search:
repo: noir-lang/noir_string_search
timeout: 2
critical: true
sparse_array:
repo: noir-lang/sparse_array
timeout: 10
critical: false
noir_json_parser:
repo: noir-lang/noir_json_parser
timeout: 15
critical: false
sha256:
repo: noir-lang/sha256
timeout: 25
critical: true
sha512:
repo: noir-lang/sha512
timeout: 40
keccak256:
repo: noir-lang/keccak256
timeout: 3
critical: true
poseidon:
repo: noir-lang/poseidon
timeout: 5
critical: true
aztec_nr:
repo: AztecProtocol/aztec-packages
ref: *AZ_COMMIT
path: noir-projects/aztec-nr
timeout: 250
critical: false
noir_contracts:
repo: AztecProtocol/aztec-packages
ref: *AZ_COMMIT
path: noir-projects/noir-contracts
timeout: 230
critical: false
blob:
repo: AztecProtocol/aztec-packages
ref: *AZ_COMMIT
path: noir-projects/noir-protocol-circuits/crates/blob
timeout: 800
critical: false
protocol_circuits_private_kernel_lib:
repo: AztecProtocol/aztec-packages
ref: *AZ_COMMIT
path: noir-projects/noir-protocol-circuits/crates/private-kernel-lib
timeout: 550
critical: false
protocol_circuits_types:
repo: AztecProtocol/aztec-packages
ref: *AZ_COMMIT
path: noir-projects/noir-protocol-circuits/crates/types
timeout: 180
critical: false
# protocol_circuits_rollup_lib:
# repo: AztecProtocol/aztec-packages
# ref: *AZ_COMMIT
# path: noir-projects/noir-protocol-circuits/crates/rollup-lib
# timeout: 900
# critical: false
# # Use 1 test threads for rollup-lib because each test requires a lot of memory, and multiple ones in parallel exceed the maximum memory limit.
# nargo_args: "--test-threads 1"
zk_regex:
repo: Mach-34/noir-zk-regex
ref: 20de93bd8b30bb51271690c7d13fad86399527e1
path: packages/noir
timeout: 20
critical: false
web_authn:
repo: olehmisar/noir_webauthn
ref: 1da8699d3b85b62bc87e2ea3207801affdb5c639
timeout: 20
critical: false
noir_jwt:
repo: zkemail/noir-jwt
ref: 899ff2ca9ec196bc80be6dbe87fcb8ed721695b7
timeout: 20
critical: false
zkemail:
repo: zkemail/zkemail.nr
ref: 0a2cc39293fea71cdd0beaff8928abf54e555a36
path: lib
timeout: 20
critical: false
tdd:
repo: teddav/tdd.nr
ref: c5c2d8ed9d9c7dc73346bb0bd7884f871bd16236
timeout: 20
critical: false
zkpassport_rsa:
repo: zkpassport/noir_rsa
ref: acb50389b79dbf38b1828f4fa82c28d742b140fc
timeout: 30
critical: false
zkpassport_ecdsa:
repo: zkpassport/noir-ecdsa
ref: e59343bd34510595fb2f8a012f9b9de92482a375
timeout: 175
critical: false