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:
parent
c5b32e16c4
commit
0bbd5d4025
@ -11,6 +11,8 @@
|
|||||||
#include "scalar.h"
|
#include "scalar.h"
|
||||||
#include "ecmult.h"
|
#include "ecmult.h"
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
/* optimal for 128-bit and 256-bit exponents. */
|
/* optimal for 128-bit and 256-bit exponents. */
|
||||||
#define WINDOW_A 5
|
#define WINDOW_A 5
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user