Tezos_raw_protocol_023_PtSeouLo.Contract_hashA specialized Blake2B implementation for hashing contract identifiers.
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 ... endval of_nonce : Origination_nonce.t -> tof_nonce nonce is the contract address originated from nonce.