Skip to main content

DecodedSecretKey

Type Alias DecodedSecretKey 

Source
pub type DecodedSecretKey = ([u8; 32], [u8; 32], [u8; 64], [[i32; 256]; 7], [[i32; 256]; 8], [[i32; 256]; 8]);
Expand description

Decoded ML-DSA secret-key components (rho, K, tr, s1, s2, t0) (FIPS 204 skDecode).