package mec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Marvellous Strategy, based on Design of Symmetric-Key Primitives for Advanced Cryptographic Protocols

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