package tezos-hacl-glue

  1. Overview
  2. Docs
module type DIRECT_HASH = sig ... end
module type INCREMENTAL_HASH = sig ... end
module type S = sig ... end
module SHA256 : S
module SHA512 : S