diff --git a/README.md b/README.md index 7bfe909..e403016 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ The sha2 function in `shamwow.rb` implements the SHA-256 hashing function in Rub * wikipedia's pseudocode breakdown: * a JS implementation that helped as I was debugging some boneheaded mistakes: +* slides of a talk explaining the steps + ## Tests `shamwow_test.rb` contains a few sanity tests for the bit-rotation functions and for the hashes themselves, testing against the output of the `Digest` gem in the standard library.