package tezos-crypto

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module MakeRaw (H : sig ... end) : sig ... end
module MakeB58 (H : sig ... end) : sig ... end
module MakeEncoder (H : sig ... end) : sig ... end

A Mutable structure akin to a hash-table, but with a size bound. Note that, different caches have different policies towards the size bounds: some uphold the bound strictly, some treat the bound as a suggestion. In addition, some caches count their elements somewhat sloppily.

module MakeIterator (H : sig ... end) : sig ... end
module Make (H : sig ... end) : sig ... end