Module Context.Schema

include Brassaia.Schema.S with type Contents.t = bytes with type Branch.t = string with module Info = Brassaia.Info.Default with type Hash.t = Hash.t
module Hash : Brassaia.Hash.S with type t = Hash.t

Signature for digest hashes, inspired by Digestif.

module Branch : Brassaia.Branch.S with type t = string
module Info = Brassaia.Info.Default
module Contents : Brassaia.Contents.S with type t = bytes