From 0dde966e664d138eb7edd26d337582fef58bee46 Mon Sep 17 00:00:00 2001 From: David Ashby Date: Mon, 8 Jan 2018 18:46:25 -0500 Subject: [PATCH] add info on talk and link to slides --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 802e635..7bfe909 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Sometimes you just want to understand how your hashing algorithms work, so you i It should go without saying that this was just for fun, and you should never, ever, _ever_ roll your own cryptography primatives for any purpose other than education! +## Talk + +I gave a talk on this project at [Papers We Love NYC](http://paperswelove.org/2017/video/david-ashby-shamwow/)! The [PDF](https://github.com/deltamualpha/shamwow/blob/master/slides.pdf), [Keynote file](https://github.com/deltamualpha/shamwow/blob/master/slides.key), and [PDF-with-nodes](https://github.com/deltamualpha/shamwow/blob/master/slides-with-notes.pdf) of the slides are also in this repo. + ## sha1 The sha1 function in `shamwow.rb` implements the SHA1 hashing function in Ruby, outputting the 160-bit hash as a hexadecimal string.