webmcp
log libraries/moonhash/moonhash_sha3.c
| age | author | description | 
|---|---|---|
| 2017-08-15 | jbe | Keccak initialization in separate function (to allow for variable size output) | 
| 2017-08-15 | jbe | Re-added unused parameter c from Keccak function (Backed out changeset 218219b7a15e) | 
| 2017-08-15 | jbe | Removed unused parameter c from Keccak function | 
| 2017-08-14 | jbe | Removed endianess detection from moonhash_sha.c and created byteorder.h for that purpose instead | 
| 2017-08-13 | jbe | moonhash library: determine endianess on FreeBSD, OpenBSD, NetBSD, and Linux | 
| 2017-08-13 | jbe | Removed endianess specific functions and included header files from moonhash_sha3.c | 
| 2017-08-13 | jbe | Added SHA-3 hashing functions (using compact Keccak code) |