Add string.h include to ecmult_impl

`memcpy` and `memset` are used, so include the appropriate header
for the declaration.
This commit is contained in:
Wladimir J. van der Laan 2016-08-04 12:58:29 +02:00
parent c5b32e16c4
commit 0bbd5d4025

View File

@ -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