Skip to content

Commit

Permalink
Merge #410: Add string.h include to ecmult_impl
Browse files Browse the repository at this point in the history
0bbd5d4 Add string.h include to ecmult_impl (Wladimir J. van der Laan)
  • Loading branch information
sipa committed Aug 4, 2016
2 parents c5b32e1 + 0bbd5d4 commit 7a49cac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ecmult_impl.h
Expand Up @@ -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

Expand Down

0 comments on commit 7a49cac

Please sign in to comment.