From 7b03d836be9e3779dd23bb9e3447d51ecb27f89e Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Mon, 6 May 2013 13:28:46 +0200 Subject: [PATCH] updates --- TODO | 8 +------- configure | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/TODO b/TODO index 07c4ac08cf0..a300e1c5eb9 100644 --- a/TODO +++ b/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 diff --git a/configure b/configure index 19ff4c19e49..b7ac608e6cd 100755 --- a/configure +++ b/configure @@ -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 </dev/null < #include #include