NOTHING YET
- Doctests on nearly everything.
- Fixed CHC bug; it was completely broken.
- Python 3 compatibility.
- Cipher EAX mode.
- ECC implemented.
- Substantially cleaner build process.
- Removed redundant RSA functions
generate_key
andkey_from_string
.
- Fixed
rsa.Key.as_string()
bug (private keys were marked as public). - Added explicit
rsa.Key.auto_seed(length)
- Removed
-rdynamic
compilation flag as it is now unnesesary.
- Added some dylib magic for Linux.
- PRNGs auto start.
- Compilation fix.
- Manifest fix.
- BROKEN; DO NOT USE!
- Start of versioned history.
- BROKEN; DO NOT USE!