Thread overview | |||||
---|---|---|---|---|---|
|
August 13, 2020 searching for a sha-3 / Keccak hash fcn in D | ||||
---|---|---|---|---|
| ||||
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 |
August 14, 2020 Re: searching for a sha-3 / Keccak hash fcn in D | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andy Balba | 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.
|
August 14, 2020 Re: searching for a sha-3 / Keccak hash fcn in D | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andy Balba | https://github.com/etcimon/botan/blob/master/source/botan/hash/keccak.d |
Copyright © 1999-2021 by the D Language Foundation