File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 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
4
2
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
9
3
* Complete constant-time operations for signing/keygen
Original file line number Diff line number Diff line change 52
52
# test openssl/EC
53
53
HAVE_OPENSSL_EC=0
54
54
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
56
56
#include <openssl/ec.h>
57
57
#include <openssl/ecdsa.h>
58
58
#include <openssl/obj_mac.h>
You can’t perform that action at this time.
0 commit comments