Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: Fix minor things in sha3 implementation | dimitri staessens | 2017-04-16 | 1 | -0/+37 |
| | |||||
* | lib, ipcpd, irmd: Register hash instead of name | dimitri staessens | 2017-04-13 | 1 | -50/+50 |
| | | | | | | | | | All information passed over the IRMd/IPCP boundary for using IPC services (flow allocation, registration) is now hashed. This effectively fixes the shared namespace between DIFs and the IRMDs. This PR also fixes some API issues (adding const identifiers), shuffles the include headers a bit and some small bugs. | ||||
* | Change email addresses to ugent.be | Sander Vrijders | 2017-03-03 | 1 | -1/+2 |
| | | | | | | | 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: Add test for SHA-3 function | dimitri staessens | 2017-01-13 | 1 | -0/+295 |
Test the SHA3 function with known hashes. |