Rescue.Parameters
Set of parameters for BLS12-381, and parameters for specific instantiations given in the reference paper
type t = {
linear_layer : Mavryk_bls12_381.Fr.t array array;
round_constants : Mavryk_bls12_381.Fr.t array;
state_size : int;
nb_of_rounds : int;
}
val security_128_state_size_3 : t
Parameters for Rescue with state_size = 3
and 128 bits of security. FIXME: The linear layer and the round constants are not standard