package tezos-benchmark

  1. Overview
  2. Docs
module type Finite_key_pool_S = 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 : Param_S with type algo := Tezos_crypto.Signature.V1.algo) : Finite_key_pool_S

Create a finite key pool.

OCaml

Innovation. Community. Security.