package mec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type PARAMETERS = sig ... end
module type STRATEGY = sig ... end

A HADES strategy, for a constant length construction

module type HASH = sig ... end
module Make (C : PARAMETERS) (Scalar : Ff_sig.PRIME) : sig ... end