package tezos-benchmark

  1. Overview
  2. Docs

Functions for sampling (pk,pkh,sk) triplets.

This module provides an implementation for finite pools of random (pk,pkh,sk) triplets. The pools grows to the target size as the user samples from it. When the target size is reached, sampling is performed in a round-robin fashion.

module type Param_S = sig ... end
module type P_Finite_key_pool_S = sig ... end
module V0 : sig ... end
module V1 : sig ... end
module V_latest : sig ... end
OCaml

Innovation. Community. Security.