digitalmars.D - HMAC-SHA1
- Daniel Kozak (4/4) Sep 27 2012 Hi all,
- Piotr Szturmaj (1/5) Sep 27 2012
- Piotr Szturmaj (6/14) Sep 27 2012 Oops, I accidentally clicked Send button...
- Daniel Kozak (5/21) Sep 27 2012 Thanks,
Hi all, I try to find hmac in phobos, but I dont find anything. Is there some unnoficial library for D which I can use? Daniel Kozak
Sep 27 2012
Daniel Kozak wrote:Hi all, I try to find hmac in phobos, but I dont find anything. Is there some unnoficial library for D which I can use? Daniel Kozak
Sep 27 2012
Piotr Szturmaj wrote:Daniel Kozak wrote:Oops, I accidentally clicked Send button... You'll find HMAC and SHA here: https://github.com/pszturmaj/phobos/tree/master/std/crypto/hash. Don't look at package name - it's old code. I can send you newer HMAC-SHA256 code if you want. Modifying it to support SHA1 would be easy.Hi all, I try to find hmac in phobos, but I dont find anything. Is there some unnoficial library for D which I can use? Daniel Kozak
Sep 27 2012
Thanks, old code is good enought :), it works perfectly Daniel Kozak On Thursday, 27 September 2012 at 14:34:07 UTC, Piotr Szturmaj wrote:Piotr Szturmaj wrote:Daniel Kozak wrote:Oops, I accidentally clicked Send button... You'll find HMAC and SHA here: https://github.com/pszturmaj/phobos/tree/master/std/crypto/hash. Don't look at package name - it's old code. I can send you newer HMAC-SHA256 code if you want. Modifying it to support SHA1 would be easy.Hi all, I try to find hmac in phobos, but I dont find anything. Is there some unnoficial library for D which I can use? Daniel Kozak
Sep 27 2012