pub struct DilithiumPublicKey { /* private fields */ }Expand description
Dilithium public key (rho || t1)
Implementations§
Source§impl DilithiumPublicKey
impl DilithiumPublicKey
Sourcepub fn from_bytes(data: &[u8]) -> Result<Self, KernelError>
pub fn from_bytes(data: &[u8]) -> Result<Self, KernelError>
Parse a public key from raw bytes.