The format is based on Keep a Changelog, and this project (kinda) adheres to Semantic Versioning.
- Fix GuardedhandshakeState might throw an error on py2 if future is installed
- Depend on cryptography>=2.5 instead of cryptography
- Relocate experimental and dangerous packages to extras
- Move stable algorithms out of stable package as the package is now redundant
- Namespace crypto alg according to support
- PrivateKey for each DH for consistency
- Fix responder handshake hash not being checked in vectors tests
- Move pattern examples from examples/ to examples/patterns/
- Move implementations under dh to dh/stable/
- Move implementations under cipher to cipher/stable/
- Move implementations under hash to hash/stable/
noise revision: 34
requires:
- python2.5-3.x
- cryptography
uses:
- transitions