Skip to main content

DecodedSignature

Type Alias DecodedSignature 

Source
pub type DecodedSignature = (Vec<u8>, [[i32; 256]; 7], [[i32; 256]; 8]);
Expand description

Decoded ML-DSA signature components (c_tilde, z, h) (FIPS 204 sigDecode).