summaryrefslogtreecommitdiff
path: root/src/lib/sha3.c
Commit message (Collapse)AuthorAgeFilesLines
* Change email addresses to ugent.beSander Vrijders2017-03-031-0/+3
| | | | | | | Our mailserver was migrated from intec.ugent.be to the central ugent.be emailserver. This PR updates the header files to reflect this change as well. Some header files were also homogenized if the parameters within the functions were badly aligned.
* lib: Fix bug in sha3dimitri staessens2017-02-181-4/+6
|
* lib: Revise endian header and SHA3Sander Vrijders2017-02-161-29/+39
| | | | | | | | This revises the endian header to let the build time checks of endianness be performed by the standard libraries. We just check for the OS that is being used and provide the endian functions from OpenBSD to everyone. It also updates the SHA3 sources to use this new header. The byte order header is removed.
* lib: Add SHA3 hash functiondimitri staessens2017-01-111-0/+323
Adds an SHA-3 hash implementation that will be used in the rib, adapted and redistributed from the RHASH project (https://github.com/rhash/RHash)