Macro vsss_rs::vsss_arr_impl

source ·
macro_rules! vsss_arr_impl {
    ($name:ident, $result:ident, $max_threshold:expr, $max_shares:expr) => { ... };
}
Expand description

Create a no-std verifiable secret sharing scheme with size $num using fixed arrays The arguments in order are: The vsss name The name for a pedersen secret sharing scheme result The maximum threshold allowed The maximum number of shares allowed