Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
de0d397dcd | ||
|
|
da424d1637 | ||
|
|
2c6fee9aad |
@@ -430,7 +430,7 @@ fn infer_matrix_shape(len: usize) -> (u32, u32) {
|
|||||||
|
|
||||||
fn raw_to_g1(raw: u32) -> f64 {
|
fn raw_to_g1(raw: u32) -> f64 {
|
||||||
const X: [u32; 12] = [
|
const X: [u32; 12] = [
|
||||||
0, 20829, 102371, 132956, 165568, 182033, 217263, 263098, 283747, 365120, 410556, 477190
|
0, 21382, 108507, 123183, 147405, 171105, 192395, 250443, 231423, 350560, 396616, 429444
|
||||||
];
|
];
|
||||||
|
|
||||||
const Y: [f64; 12] = [
|
const Y: [f64; 12] = [
|
||||||
|
|||||||
Reference in New Issue
Block a user