diff options
author | Jack Lloyd <[email protected]> | 2018-12-10 20:35:20 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-12-10 20:35:20 -0500 |
commit | 3385ace9532d7e88917147b2f38aacb8fb5a9bd7 (patch) | |
tree | 206711a28c5d8d95a1560f176b33b31d09423c50 /doc | |
parent | 162e102cb3d2a1ca0f750341dea634b6434139c0 (diff) |
More todos
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/todo.rst b/doc/todo.rst index bbf414291..9fa8ba85b 100644 --- a/doc/todo.rst +++ b/doc/todo.rst @@ -25,6 +25,8 @@ Ciphers, Hashes, PBKDF * Extend Cascade_Cipher to support arbitrary number of ciphers * EME* tweakable block cipher (https://eprint.iacr.org/2004/125.pdf) * FFX format preserving encryption (NIST 800-38G) +* SHA-512 using BMI2+AVX2 +* Constant time DES using BMI2 Public Key Crypto, Math ---------------------------------------- @@ -44,7 +46,6 @@ Public Key Crypto, Math * X448 and Ed448 * FHMQV * Use GLV decomposition to speed up secp256k1 operations -* Recover ECDSA public key from signature/message pair (GH #664) Utility Functions ------------------ |