sqisign-verify 0.3.0

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 ℤ/2ᶠ × ℤ/2ᶠ.
pub const TORSION_EVEN_POWER: u32 = 500;

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

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