Documentation and bugfix release.
- Better support for alternative encoding schemes (including a new example). Public key now has an encrypt_encoded method. decrypt_encoded optionally takes an Encoding class.
- Command line tool documentation.
- Much expanded notes on key serialisation.
- Several tests for encrypt/decrypt only encoded/decoded.
- Command line tool
PaillierPrivateKeyring used mutable default argument.
- Support for Python 3.5
- Default keysize increased to 2048
- Allow use of alternative base for EncodedNumber