X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/5685a696f1a1d1944b6eb1326e0df9ed84128ebd..02dfbd5b7af7816959dbd39c1fe628451204e35f:/ec-test.c diff --git a/ec-test.c b/ec-test.c index 30d1069..6b24357 100644 --- a/ec-test.c +++ b/ec-test.c @@ -103,6 +103,7 @@ static int ecSAMEP(ec_curve *cc, ec_curve *dd) } static const ec_ops ecops = { + "cardboard", ecDESTROY, ecSAMEP, ecIN, ecOUT, ecFIX, ecFIND, ecNEG, ecADD, ecSUB, ecDBL, ecCHECK };