pluto / ronkathon

Cryptography Educational Foundations
https://pluto.xyz/blog/ronkathon-learn-cryptography-from-first-principles
Apache License 2.0
192 stars 24 forks source link

feat: stream cipher trait and chacha encryption #103

Closed lonerapier closed 5 months ago

lonerapier commented 5 months ago

This PR closes issue #97 Closes #97

It changes the following:

TODO:

0xJepsen commented 5 months ago

Does this also close #95?

Autoparallel commented 5 months ago

Will get around to this by Monday

lonerapier commented 5 months ago

Does this also close #95?

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