diff options
Diffstat (limited to 'crypto/secp256k1/libsecp256k1/TODO')
-rw-r--r-- | crypto/secp256k1/libsecp256k1/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/secp256k1/libsecp256k1/TODO b/crypto/secp256k1/libsecp256k1/TODO new file mode 100644 index 000000000..a300e1c5e --- /dev/null +++ b/crypto/secp256k1/libsecp256k1/TODO @@ -0,0 +1,3 @@ +* Unit tests for fieldelem/groupelem, including ones intended to + trigger fieldelem's boundary cases. +* Complete constant-time operations for signing/keygen |