Tezos_raw_protocol_023_PtSeouLo.Nonce_hashA specialized Blake2B implementation for hashing nonces.
include Tezos_protocol_environment_023_PtSeouLo.S.HASHval pp : Tezos_protocol_environment_023_PtSeouLo.Format.formatter -> t -> unitval pp_short : 
  Tezos_protocol_environment_023_PtSeouLo.Format.formatter ->
  t ->
  unitval hash_bytes : ?key:bytes -> bytes list -> tval hash_string : ?key:string -> string list -> tval zero : tval to_bytes : t -> bytesval of_bytes_opt : bytes -> t optionval of_bytes_exn : bytes -> tval to_b58check : t -> stringval to_short_b58check : t -> stringval of_b58check_exn : string -> tval of_b58check_opt : string -> t optionval b58check_encoding : 
  t Tezos_protocol_environment_023_PtSeouLo.Base58.encodingval encoding : t Tezos_protocol_environment_023_PtSeouLo.Data_encoding.tval rpc_arg : t Tezos_protocol_environment_023_PtSeouLo.RPC_arg.tmodule Set : sig ... endmodule Map : sig ... endinclude Path_encoding.S with type t := tval to_path : t -> string list -> string listto_path t postfix returns the context path name for t postfixed with postfix
val of_path : string list -> t optionof_path path parses path as a context path name for t