macro_rules! choose_binary_ring {
($e:expr, $r:ident = $bits:expr) => { ... };
}
Expand description
Choose the most efficient BinaryRing
for the given number of bits.
macro_rules! choose_binary_ring {
($e:expr, $r:ident = $bits:expr) => { ... };
}
Choose the most efficient BinaryRing
for the given number of bits.