Skip to content

Commit 7b03d83

Browse files
committed
updates
1 parent 2fb64b2 commit 7b03d83

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

TODO

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
* Convert to C
2-
* Add key generation, import/export of private keys, signing to secp256k1.h
3-
* Unit tests for num/fieldelem/groupelem, including ones intended to
1+
* Unit tests for fieldelem/groupelem, including ones intended to
42
trigger fieldelem's boundary cases.
5-
* Build configuration
6-
* Which selectable parts?
7-
* GMP/OpenSSL for num backend (add builtin version?)
8-
* __int128/asm_amd64/generic version for fieldelem
93
* Complete constant-time operations for signing/keygen

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fi
5252
# test openssl/EC
5353
HAVE_OPENSSL_EC=0
5454
if [ "$HAVE_OPENSSL" = "1" ]; then
55-
$CC $CFLAGS -std=c99 -x c - -o /dev/null -lcrypto <<EOF
55+
$CC $CFLAGS -std=c99 -x c - -o /dev/null -lcrypto 2>/dev/null <<EOF
5656
#include <openssl/ec.h>
5757
#include <openssl/ecdsa.h>
5858
#include <openssl/obj_mac.h>

0 commit comments

Comments
 (0)