BLS12_381_SEED_BITS_COMPRESSED
Compressed binary representation of BLS12-381 seed parameter x = 0xD201000000010000 for efficient Miller loop computation.
Binary digits with consecutive zeros replaced by 3 for compression Format: bin(x)[2:][2:] with “00” → 3
Fully qualified path: garaga::definitions::curves::BLS12_381_SEED_BITS_COMPRESSED
pub const BLS12_381_SEED_BITS_COMPRESSED: [felt252; 34] = [
0, 1, 3, 1, 3, 3, 3, 3, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 0, 1, 3, 3, 3, 3, 3, 3,
3, 3,
];