aboutsummaryrefslogtreecommitdiffstats
path: root/doc/todo.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-18 15:21:33 -0400
committerJack Lloyd <[email protected]>2017-09-18 15:21:33 -0400
commit050c02433e810b0516130ea0d436226f25cacc2b (patch)
treece2a18fb9ac336d15e7d89a085534002ec189373 /doc/todo.rst
parent9b5fabee301ae1106c6725e6b775ddd40d4ba461 (diff)
More todos
[ci skip]
Diffstat (limited to 'doc/todo.rst')
-rw-r--r--doc/todo.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/todo.rst b/doc/todo.rst
index 553828a25..533556504 100644
--- a/doc/todo.rst
+++ b/doc/todo.rst
@@ -32,6 +32,9 @@ Public Key Crypto, Math
* Curves for pairings (BN-256 is widely implemented)
* Identity based encryption
+* BBS group signatures
+* Paillier homomorphic cryptosystem
+* Hashing onto an elliptic curve
* SPHINCS-256
* X448 and Ed448
* FHMQV
@@ -44,6 +47,18 @@ Public Key Crypto, Math
operation setup but many of the computed values depend only on the
key and could be shared across operation objects.
+Utility Functions
+------------------
+
+* base58 and base32 encoding
+
+Multiparty Protocols
+----------------------
+
+* Distributed key generation for DL, RSA
+* Threshold signing, decryption
+* Socialist Millionaires Protocol
+
External Providers, Hardware Support
----------------------------------------