Permutation.Marvellous
Marvellous Strategy, based on Design of Symmetric-Key Primitives for Advanced Cryptographic Protocols
module type PARAMETERS = sig ... end
module Make (Param : PARAMETERS) (Scalar : Bls12_381.Ff_sig.PRIME) : sig ... end