You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bitcoin/TODO

10 lines
409 B

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