pluto / ronkathon

Cryptography Educational Foundations
https://pluto.xyz/blog/ronkathon-learn-cryptography-from-first-principles
MIT License
135 stars 13 forks source link

feat: stream cipher trait and chacha encryption #103

Closed lonerapier closed 4 days ago

lonerapier commented 1 week ago

This PR closes issue #97 Closes #97

It changes the following:

TODO:

0xJepsen commented 6 days ago

Does this also close #95?

Autoparallel commented 6 days ago

Will get around to this by Monday

lonerapier commented 5 days ago

Does this also close #95?

Partially, added a StreamCipher trait. I think #102 handles the other half.