aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-09-04 10:23:35 -0400
committerJack Lloyd <[email protected]>2018-09-04 10:23:35 -0400
commit0bcbc000b7e9cf445c6bb409000e3e1cffd6f5ab (patch)
treeef3393e82b52a7a212d6332643fbacda9134ada3 /doc
parent4c77700cf380a524f9875de15e1e75e5742103c7 (diff)
Todo
Diffstat (limited to 'doc')
-rw-r--r--doc/todo.rst9
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