tahoe-lafs / pycryptopp

Python bindings to the Crypto++ library
https://tahoe-lafs.org/trac/pycryptopp
Other
49 stars 32 forks source link

Add ChaCha20 #31

Closed david415 closed 8 years ago

david415 commented 8 years ago

this is made with the latest crypto++ upstream master branch.

the python unit tests need to be fixed. although one test works correctly because it uses chacha.txt test vector file... the rest of the tests need their iv, key, plaintext and ciphertext specified correctly for chacha20.

david415 commented 8 years ago

replaced with https://github.com/tahoe-lafs/pycryptopp/pull/34