webmcp
log
| age | author | description |
|---|---|---|
| 2017-08-20 | jbe | Simplified config file of demo application |
| 2017-08-20 | jbe | Extended documentation (mostly on "Configuration, pre-fork and post-fork initializers") |
| 2017-08-16 | jbe | New functions moonhash.shake128(data, len, alphabet), moonhash.shake256(data, len, alphabet) |
| 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 |