Skip to content

Commit 7de7d80

Browse files
authored
licenses and test fix (#11)
1 parent 83bf5e0 commit 7de7d80

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ cargo-features = ["edition2024"]
44
name = "zkos-wrapper"
55
version = "0.1.0"
66
edition = "2024"
7+
license = "MIT OR Apache-2.0"
78

89
[lib]
910
path = "src/lib.rs"
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
pub(crate) const FINAL_RISC_CIRCUIT_END_PARAMS: [u32; 8usize] = [
2-
3720499768u32,
3-
1999558729u32,
4-
2634397082u32,
5-
2874636721u32,
6-
2927295123u32,
7-
1198777685u32,
8-
3190458316u32,
9-
1220676032u32,
2+
1084790708u32,
3+
5361886u32,
4+
780007677u32,
5+
2427515337u32,
6+
1615785659u32,
7+
2910616041u32,
8+
872871208u32,
9+
2091005209u32,
1010
];
1111
pub(crate) const FINAL_RISC_CIRCUIT_AUX_REGISTERS_VALUES: [u32; 8usize] = [
12-
3771437303u32,
13-
594675024u32,
14-
1830865157u32,
15-
950617708u32,
16-
2250245805u32,
17-
2186801436u32,
18-
381060896u32,
19-
953695755u32,
12+
2369219390u32,
13+
1113127411u32,
14+
3416575085u32,
15+
2776983668u32,
16+
99649126u32,
17+
2857787559u32,
18+
4051254451u32,
19+
3927721995u32,
2020
];

wrapper_generator/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ cargo-features = ["edition2024"]
44
name = "wrapper_generator"
55
version = "0.1.0"
66
edition = "2024"
7+
license = "MIT OR Apache-2.0"
78

89
[lib]
910
path = "src/lib.rs"

0 commit comments

Comments
 (0)