pub const M: usize = 128;
Hardcoded value for parameter $m$ of security level
Currently, security parameter $m$ is hardcoded to this constant. We’re going to fix that once feature(generic_const_exprs) is stable.
feature(generic_const_exprs)