------ - Version is exposed as `tomcrypt.__version__`.
0.10.0
------ - Can use `bytes` or `bytearray` in most places.
0.9.0
----- - Can import ECC keys in ANSI X9.63 format via constructor.
0.8.0
----- - Fixed RC4 and Sober128 PRNG output. These were dependent upon calling conditions and have been made to pass known test vectors. - ECB cipher mode only accepts `None` as an IV. - Non-ECB cipher modes no longer accept `None` as an IV.
0.7.0
----- - Sphinx-based API documentation. - Dropped "kseed" cipher due to compiling issues on OS X.
0.6.1
----- - Doctests on nearly everything. - Fixed CHC bug; it was completely broken.