Skip to content

Commit

Permalink
Add string.h include to ecmult_impl
Browse files Browse the repository at this point in the history
`memcpy` and `memset` are used, so include the appropriate header
for the declaration.
  • Loading branch information
laanwj committed Aug 4, 2016
1 parent c5b32e1 commit 0bbd5d4
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 0bbd5d4

Please sign in to comment.