fn_dsa

Function sign_key_size

Source
pub const fn sign_key_size(logn: u32) -> usize
Expand description

Get the size (in bytes) of a signing key for the provided degree (degree is n = 2^logn, with 2 <= logn <= 10).