Merge #410: Add string.h include to ecmult_impl

0bbd5d4 Add string.h include to ecmult_impl (Wladimir J. van der Laan)
This commit is contained in:
Pieter Wuille 2016-08-04 20:38:26 +02:00
commit 7a49cacd39
No known key found for this signature in database
GPG key ID: DBA1A67379A1A931

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