sqisign-verify 0.2.1

SQIsign signature verification (no_std, zero allocation, pure Rust)
Documentation
1
2
3
4
5
6
7
8
9
10
11
//!
//! Generated by SageMath precompute scripts. DO NOT EDIT.

/// Exponent f such that the torsion subgroup is `Z/2^f x Z/2^f`.
pub const TORSION_EVEN_POWER: u32 = 500;

/// Bit-length of the odd cofactor `(p+1) / 2^f`.
pub const P_COFACTOR_FOR_2F_BITLENGTH: u32 = 5;

/// The odd cofactor `(p+1) / 2^f` as 64-bit limbs (little-endian).
pub const P_COFACTOR_FOR_2F: &[u64] = &[0x1b];