mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-01 19:21:28 +02:00
Add string.h include to ecmult_impl
`memcpy` and `memset` are used, so include the appropriate header for the declaration.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user