Crypto_samplers.Make_finite_key_pool
Create a finite key pool.
module Arg : Param_S with type algo := Mavryk_crypto.Signature.V_latest.algo
Sample a public key from the pool.
Sample a public key hash from the pool.
Sample a secret key from the pool.
val all :
(Mavryk_crypto.Signature.V_latest.Public_key_hash.t
* Mavryk_crypto.Signature.V_latest.Public_key.t
* Mavryk_crypto.Signature.V_latest.Secret_key.t)
Base_samplers.sampler
Sample a (pkh, pk, sk) triplet from the pool.