summaryrefslogtreecommitdiff
path: root/python-3-changes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'python-3-changes.txt')
-rw-r--r--python-3-changes.txt11
1 files changed, 1 insertions, 10 deletions
diff --git a/python-3-changes.txt b/python-3-changes.txt
index 687396f..880405b 100644
--- a/python-3-changes.txt
+++ b/python-3-changes.txt
@@ -100,16 +100,7 @@ TODO:
correct. While at it, ensure that functions observe the guidelines below
re type.
This is friendlier than just relying on Python's errors.
-- Document the expected types for functions.
- The cipher, the key and the input texts are byte-strings.
- Plaintext decodes are byte-strings. (?? Not true for all functions ??)
- In keeping with how Python 3.x's hash functions work, the input MODE is a
- text string.
- hexdigest() returns a text string
- digest() returns a byte-string.
-- Need additional unit tests for Protocol/AllOrNothing, PublicKey/ElGamal,
- random/random
+- Need additional unit tests for Protocol/AllOrNothing
- Make sure DerSequence slicing is tested, since I took the explicit slice
functions away in 3.x
-- PublicKey/qNEW will not be unit-tested. Is it time to do away with it?
- Test install on all tested Python versions