BLS12_381_SEED_BITS
Standard binary representation of BLS12-381 seed parameter x = 0xD201000000010000 Used for basic Miller loop operations Format: bin(x)[2:][2:] (binary digits after “0b” prefix, skipping first two)
Fully qualified path: garaga::definitions::curves::BLS12_381_SEED_BITS
pub const BLS12_381_SEED_BITS: [u32; 62] = [
0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
];