summaryrefslogtreecommitdiff
path: root/lib/freebl/ecl/ecl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/freebl/ecl/ecl.h')
-rw-r--r--lib/freebl/ecl/ecl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/freebl/ecl/ecl.h b/lib/freebl/ecl/ecl.h
index 5bfc3ec22..ddcbb1f3a 100644
--- a/lib/freebl/ecl/ecl.h
+++ b/lib/freebl/ecl/ecl.h
@@ -8,6 +8,7 @@
#ifndef __ecl_h_
#define __ecl_h_
+#include "blapi.h"
#include "ecl-exp.h"
#include "mpi.h"
@@ -53,4 +54,7 @@ mp_err ECPoints_mul(const ECGroup *group, const mp_int *k1,
* performed. */
mp_err ECPoint_validate(const ECGroup *group, const mp_int *px, const mp_int *py);
+SECStatus ec_Curve25519_pt_mul(SECItem *X, SECItem *k, SECItem *P);
+SECStatus ec_Curve25519_pt_validate(const SECItem *px);
+
#endif /* __ecl_h_ */