Crypto_samplers.V1module type Finite_key_pool_S =
P_Finite_key_pool_S
with type public_key_hash := Mavryk_crypto.Signature.V1.Public_key_hash.t
and type public_key := Mavryk_crypto.Signature.V1.Public_key.t
and type secret_key := Mavryk_crypto.Signature.V1.Secret_key.tmodule Make_finite_key_pool
(Arg : Param_S with type algo := Mavryk_crypto.Signature.V1.algo) :
Finite_key_pool_SCreate a finite key pool.