From b17566d8bc7a0e54abd3c4e469d6f6ccec42235d Mon Sep 17 00:00:00 2001 From: giomasce Date: Sun, 22 Mar 2015 22:38:54 +0000 Subject: [PATCH] Added a comment: Python implementation --- .../comment_7_843592cf125be06fb316be43b85b0524._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/internals/hashing/comment_7_843592cf125be06fb316be43b85b0524._comment diff --git a/doc/internals/hashing/comment_7_843592cf125be06fb316be43b85b0524._comment b/doc/internals/hashing/comment_7_843592cf125be06fb316be43b85b0524._comment new file mode 100644 index 0000000000..7c426e8e6e --- /dev/null +++ b/doc/internals/hashing/comment_7_843592cf125be06fb316be43b85b0524._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="giomasce" + subject="Python implementation" + date="2015-03-22T22:38:54Z" + content=""" +I wrote a Python implementation of the two hashing functions for a project of mine. [Here it is](https://gist.github.com/giomasce/a7802bda1417521c5b30), hoping it can be helpful for somone. + +"""]]