Skip to main content

M

Constant M 

Source
pub const M: usize = 128;
Expand description

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.