mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 02:25:40 +01:00
updates
This commit is contained in:
parent
2fb64b2da2
commit
7b03d836be
8
TODO
8
TODO
@ -1,9 +1,3 @@
|
||||
* Convert to C
|
||||
* Add key generation, import/export of private keys, signing to secp256k1.h
|
||||
* Unit tests for num/fieldelem/groupelem, including ones intended to
|
||||
* Unit tests for fieldelem/groupelem, including ones intended to
|
||||
trigger fieldelem's boundary cases.
|
||||
* Build configuration
|
||||
* Which selectable parts?
|
||||
* GMP/OpenSSL for num backend (add builtin version?)
|
||||
* __int128/asm_amd64/generic version for fieldelem
|
||||
* Complete constant-time operations for signing/keygen
|
||||
|
2
configure
vendored
2
configure
vendored
@ -52,7 +52,7 @@ fi
|
||||
# test openssl/EC
|
||||
HAVE_OPENSSL_EC=0
|
||||
if [ "$HAVE_OPENSSL" = "1" ]; then
|
||||
$CC $CFLAGS -std=c99 -x c - -o /dev/null -lcrypto <<EOF
|
||||
$CC $CFLAGS -std=c99 -x c - -o /dev/null -lcrypto 2>/dev/null <<EOF
|
||||
#include <openssl/ec.h>
|
||||
#include <openssl/ecdsa.h>
|
||||
#include <openssl/obj_mac.h>
|
||||
|
Loading…
Reference in New Issue
Block a user