diff options
Diffstat (limited to 'doc/todo.rst')
-rw-r--r-- | doc/todo.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/todo.rst b/doc/todo.rst index 6515c5757..08080a62e 100644 --- a/doc/todo.rst +++ b/doc/todo.rst @@ -129,7 +129,7 @@ Compat Headers * OpenSSL compatible API headers: EVP, TLS, certificates, etc -FFI and Bindings +New C APIs ---------------------------------------- * Expose NewHope and CECPQ1 @@ -140,6 +140,13 @@ FFI and Bindings * Expose NIST key wrap with padding * Expose secret sharing * Expose deterministic PRNG + +Python +---------------- + +* Anywhere Pylint warnings too-many-locals, too-many-branches, or + too-many-statements are skipped, fix the code so Pylint no longer warns. + * Write a CLI or HTTPS client in Python Library Infrastructure |