Macro choose_binary_ring

Source
macro_rules! choose_binary_ring {
    ($e:expr, $r:ident = $bits:expr) => { ... };
}
Expand description

Choose the most efficient BinaryRing for the given number of bits.