2 Commits

Author SHA1 Message Date
lenn
ac2d40aa89 update serial.rs, use round 3 data 2026-04-26 16:29:34 +08:00
lenn
f7b92268cd update .gitignore 2026-04-26 16:25:52 +08:00
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@@ -8,3 +8,6 @@ node_modules
!.env.example !.env.example
vite.config.js.timestamp-* vite.config.js.timestamp-*
vite.config.ts.timestamp-* vite.config.ts.timestamp-*
.idea/
.vscode/
.VSCodeCounter/

View File

@@ -283,8 +283,8 @@ where
} }
fn raw_to_g1(raw: u32) -> f64 { fn raw_to_g1(raw: u32) -> f64 {
const X: [u32; 11] = [ const X: [u32; 12] = [
0, 74602, 105503, 131459, 153512, 172041, 193794, 218947, 240580, 295118, 332346, 0, 84402, 117218, 140176, 159126, 175812, 191484, 208758, 224703, 252448, 302361, 352703,
]; ];
const Y: [f64; 11] = [ const Y: [f64; 11] = [