macro_rules! secret_array_frame {
($codec:expr, $capacity:expr) => { ... };
}Expand description
Constructs a stack-backed secret frame while enforcing its capacity limit.
macro_rules! secret_array_frame {
($codec:expr, $capacity:expr) => { ... };
}Constructs a stack-backed secret frame while enforcing its capacity limit.