www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - searching for a sha-3 / Keccak hash fcn in D

reply Andy Balba <pwplus7 gmail.com> writes:
What I found so far is

https://github.com/IoTone/libkeccak-d

which is somewhat comical since the author provides no D-code for 
any of the sha-3/keccak family of functions
Aug 13 2020
next sibling parent rikki cattermole <rikki cattermole.co.nz> writes:
On 14/08/2020 8:47 AM, Andy Balba wrote:
 which is somewhat comical since the author provides no D-code for any of 
 the sha-3/keccak family of functions
Its a binding + a light wrapper. Why would it have a D implementation? That is not its purpose.
Aug 13 2020
prev sibling parent Kagamin <spam here.lot> writes:
https://github.com/etcimon/botan/blob/master/source/botan/hash/keccak.d
Aug 14 2020