|
Turnstone Operating System
|
sip hash interface implementation More...
Macros | |
| #define | SIPHASH128_0 0x736f6d6570736575ULL |
| #define | SIPHASH128_1 0x646f72616e646f6dULL |
| #define | SIPHASH128_2 0x6c7967656e657261ULL |
| #define | SIPHASH128_3 0x7465646279746573ULL |
| #define | SIPROUND |
Functions | |
| MODULE ("turnstone.lib") | |
| uint128_t | siphash128_internal (const void *data, uint64_t len, boolean_t full, uint128_t seed) |
| uint128_t | siphash128 (const void *data, uint64_t len, uint128_t seed) |
| uint64_t | siphash64 (const void *data, uint64_t len, uint64_t seed) |
sip hash interface implementation
This work is licensed under TURNSTONE OS Public License. Please read and understand latest version of Licence.
| #define SIPROUND |