Module Snarky_blake2

module type S = sig ... end
module Make (Impl : Snarky_backendless.Snark_intf.S) : S with module Impl := Impl