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