summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--TODO5
2 files changed, 1 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 65100ce..065a535 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@
* Fix a 32-bit limitation on the length of messages the SHA256 module
could hash.
* Converted documentation to reStructured Text.
+ * Converted test suite to use unittest module.
2.0.1
=====
diff --git a/TODO b/TODO
index ebd9ef8..bf12bac 100644
--- a/TODO
+++ b/TODO
@@ -1,14 +1,10 @@
-* Rewrite tests to use doctest instead of an obsolete version of Sancho.
-
* Add more tests for random pool code?
* Manual and Web page: point to Launchpad project for bug reports
* Update documentation (mention dodgy status of PublicKey code)
-* Clean up markup in pycrypt.tex. Switch to reST, maybe?
-
* Document the functions and macros for adding a new algorithm
Hash functions:
hash_init(), hash_copy(), DIGEST_SIZE, hash_update(), hash_digest()
@@ -28,4 +24,3 @@ time.
Documentation:
Document chaff/winnow better
Add docstrings everywhere.
-