log src/lib/sha3.c @ 22664:fea53c2725c0

age author description
Wed, 11 Jan 2017 01:57:46 +0100 Stephan Bosch global: Replaced all instances of memset(p, 0, sizeof(*p)) with the new i_zero() macro.
Wed, 14 Dec 2016 10:32:44 +0200 Aki Tuomi sha3: Fix typo in ifdef
Sat, 19 Nov 2016 01:59:03 +0200 Timo Sirainen global: Avoid loops unnecessarily decreasing below zero.
Tue, 15 Nov 2016 23:56:19 +0200 Timo Sirainen Fix -Wstrict-bool compiler warnings.
Sat, 05 Nov 2016 11:48:27 +0200 Aki Tuomi lib: Add SHA3 hashing methods for 256 and 512 bits