To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
package tezos-crypto
-
tezos-crypto
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Tezos - Manipulation and creation of hashes
Predefined Hashes
include S.MINIMAL_HASH
val pp : Format.formatter -> t -> unit
val pp_short : Format.formatter -> t -> unit
val hash_string : ?key:string -> string list -> t
val zero : t
include S.RAW_DATA with type t := t
val of_hex : Hex.t -> t Tezos_error_monad.Error_monad.tzresult
val to_string : t -> string
val of_string : string -> t Tezos_error_monad.Error_monad.tzresult
val of_string_opt : string -> t option
val of_string_exn : string -> t
val of_bytes : Bytes.t -> t Tezos_error_monad.Error_monad.tzresult
Building Hashes
The parameters for creating a new Hash type using Make_Blake2B
. Both name
and title
are only informative, used in error messages and serializers.
module type Name = sig ... end
module type PrefixedName = sig ... end
module Make_minimal (Name : Name) : S.MINIMAL_HASH
Builds a new Hash type using Blake2B.
module Make (Register : sig ... end) (Name : PrefixedName) : S.HASH
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page