pub const fn signature_size(logn: u32) -> usize
Get the size (in bytes) of a signature for the provided degree (degree is n = 2^logn, with 2 <= logn <= 10).
n = 2^logn
2 <= logn <= 10