update serial.rs, use round 3 data

This commit is contained in:
lenn
2026-04-26 16:29:34 +08:00
parent f7b92268cd
commit ac2d40aa89

View File

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