diff options
author | Jack Lloyd <[email protected]> | 2018-09-04 10:23:35 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-09-04 10:23:35 -0400 |
commit | 0bcbc000b7e9cf445c6bb409000e3e1cffd6f5ab (patch) | |
tree | ef3393e82b52a7a212d6332643fbacda9134ada3 /doc | |
parent | 4c77700cf380a524f9875de15e1e75e5742103c7 (diff) |
Todo
Diffstat (limited to 'doc')
-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 |