package tezos-benchmark

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tezos_benchmark.Crypto_samplersSource

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.

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

Innovation. Community. Security.