RE: crypto hash on files

2017-02-06 Thread andreas
colisp@software-lab.de Sent: Mon, 6 Feb 2017 13:00:24 +0200 Subject: crypto hash on files hi all, @beneroth on IRC requested native implementation to hash files on SHA1. I did SHAKE128 too. Directory in repo: https://bitbucket.org/mihailp/tankfeeder/src/220ba71b3f89e21aaea945d4399ad9eafe91764b/cry

crypto hash on files

2017-02-06 Thread Mike Pechkin
hi all, @beneroth on IRC requested native implementation to hash files on SHA1. I did SHAKE128 too. Directory in repo: https://bitbucket.org/mihailp/tankfeeder/src/220ba71b3f89e21aaea945d4399ad9eafe91764b/crypto/?at=default Reference via tests: test-sha1sum.l and test-shake128sum.l Code can retu