aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_chacha20.py
Commit message (Collapse)AuthorAgeFilesLines
* add ChaCha20 support (#3919)Paul Kehrer2017-09-281-0/+60
* add ChaCha20 support * review feedback * 256 divided by 8 is what again? * ...