commit | 7e53d911577881d87ce30291cef68e24f3c1b763 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <[email protected]> | Wed Jun 07 18:08:57 2017 -1000 |
committer | Alex Gaynor <[email protected]> | Thu Jun 08 00:08:57 2017 -0400 |
tree | 3a8a0b43fdaae7d3d44549f7282048f5f3f1db58 | |
parent | f12955cd242664cffbaa041ef815579a8d6b2d3a [diff] |
ChaCha20Poly1305 support (#3680) * chacha20poly1305 support * add chacha20poly1305 backend and some fixes * refactor * forgot to remove this * pep8 * review feedback and a lot of type/value checking * review feedback * raise unsupportedalgorithm when creating a ChaCha20Poly1305 object if it's not supported. * switch to ciphertext||tag * typo * remove a branch we don't need * review feedback * decrypts is *also* a word * use reasons