webmcp
log
| age | author | description | 
|---|---|---|
| 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) | 
| 2017-07-23 | jbe | Improve efficiency of table.insert in case of Lua 5.3 (do not use compatibility wrapper) |