macro_rules! define_poseidon2_params {
(
$struct_name:ident,
$state_size:expr,
$sbox_size:expr,
$ext_rounds:expr,
$int_rounds:expr,
$rc_ext:ident,
$rc_int:ident,
$mat_diag_m_1:ident
) => { ... };
}
Expand description
macros to derive instances that implements trait Poseidon2Params