mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
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:
commit
7a49cacd39
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue