This commit is contained in:
Pieter Wuille
2013-05-06 13:28:46 +02:00
parent 2fb64b2da2
commit 7b03d836be
2 changed files with 2 additions and 8 deletions

8
TODO
View File

@@ -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