pluto / ronkathon

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

feat: sha256 #86

Closed Autoparallel closed 3 months ago

Autoparallel commented 4 months ago

Adds in an implementation of the SHA-256 hash. Includes README, documentation, inline comments, some resources, and a test.

Closes #87