Parameter Make_internal.Key

include Brassaia_eio_pack.Import.Brassaia.Key.S with type hash = H.t
type t

The type for keys.

type hash = H.t
val to_hash : t -> hash
val encoding : t Data_encoding.t

encoding is the data_encoding for t.

val pp : Stdlib.Format.formatter -> t -> unit
val unfindable_of_hash : hash -> t