Tezos_benchmark_023_PtSeouLo.Crypto_samplers
include module type of Tezos_benchmark.Crypto_samplers.V2
module type Finite_key_pool_S =
Tezos_benchmark.Crypto_samplers.P_Finite_key_pool_S
with type public_key_hash := Tezos_crypto.Signature.V2.Public_key_hash.t
and type public_key := Tezos_crypto.Signature.V2.Public_key.t
and type secret_key := Tezos_crypto.Signature.V2.Secret_key.t
module Make_finite_key_pool
(Arg :
Tezos_benchmark.Crypto_samplers.Param_S
with type algo := Tezos_crypto.Signature.V2.algo) :
Finite_key_pool_S
Create a finite key pool.