Functorized interface to crypto functions
* new module StdExtra, for things that are like they could be in stdlib * new module ElGamal, for "abstract" crypto stuff * check group parameters (p, q, g) in make_ff_msubgroup * check that q is prime
src/elGamal.ml
0 → 100644
src/elGamal.mli
0 → 100644
src/stdExtra.ml
0 → 100644
src/stdExtra.mli
0 → 100644
Please register or sign in to comment