From 1eae6d3402ad2c0dcc3c8b4e4a757714211ac72f Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 26 Jan 2016 22:40:30 +0000 Subject: Improve planning of asynchronous tasks --- src/libcryptobox/curve25519/avx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libcryptobox/curve25519') diff --git a/src/libcryptobox/curve25519/avx.c b/src/libcryptobox/curve25519/avx.c index 6e0a6661a..3981f8cf7 100644 --- a/src/libcryptobox/curve25519/avx.c +++ b/src/libcryptobox/curve25519/avx.c @@ -34,6 +34,7 @@ typedef struct { typedef guint64 fe[10]; extern void ladder_avx (fe *var, const guchar *p); +extern void ladder_base_avx (fe *var, const guchar *p); extern void fe51_mul_avx (fe51 *a, const fe51 *b, const fe51 *c); extern void fe51_pack_avx (guchar *out, const fe51 *var); extern void fe51_nsquare_avx (fe51 *a, const fe51 *b, gint n); -- cgit v1.2.3