Merge #410: Add string.h include to ecmult_impl

0bbd5d4 Add string.h include to ecmult_impl (Wladimir J. van der Laan)
pull/11871/head
Pieter Wuille 8 years ago
commit 7a49cacd39
No known key found for this signature in database
GPG Key ID: DBA1A67379A1A931

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