mec.hash
Make.Hash
mec
mec.Curve
mec.CurveSig
mec.curve
mec.digestif
mec.permutation
mec.signature
mec.utils
mec_curve_utils
type scalar = Scalar.t
type ctxt
val init : ?input_length:int -> unit -> ctxt
Initialize a raw hash context
val digest : ctxt -> scalar array -> ctxt
digest ctxt input computes the hash of the given input
digest ctxt input
val get : ctxt -> scalar
get ctxt returns the resulting point after hash has been called
get ctxt
hash