Add string.h include to ecmult_impl

`memcpy` and `memset` are used, so include the appropriate header
for the declaration.
pull/11871/head
Wladimir J. van der Laan 8 years ago
parent c5b32e16c4
commit 0bbd5d4025

@ -11,6 +11,8 @@
#include "scalar.h"
#include "ecmult.h"
#include <string.h>
/* optimal for 128-bit and 256-bit exponents. */
#define WINDOW_A 5

Loading…
Cancel
Save