tezos-crypto
Tezos: library with all the cryptographic primitives used by Tezos
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package tezos-crypto
-
tezos-crypto
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library tezos-crypto
include Tezos_error_monad.TzLwtreslib.Hashtbl.SeededS with type key = t
type key = t
module Legacy : sig ... end
val create : ?random:bool -> int -> 'a t
val clear : 'a t -> unit
val reset : 'a t -> unit
val length : 'a t -> int
val stats : 'a t -> Hashtbl.statistics
val iter_ep :
( key ->
'a ->
( unit, 'error Tezos_error_monad.TzTrace.trace ) result Lwt.t ) ->
'a t ->
( unit, 'error Tezos_error_monad.TzTrace.trace ) result Lwt.t
val encoding : 'a Data_encoding.t -> 'a t Data_encoding.t
ON THIS PAGE
No table of contents