Computes a SipHash-2-4 128-bit result.
Declared in <llvm/Support/SipHash.h>
void
getSipHash_2_4_128(
ArrayRef<uint8_t> In,
uint8_t const(& K)[],
uint8_t(& Out)[]);
| Name | Description |
|---|---|
| In | Input bytes to hash. |
| K | 16-byte SipHash key. |
| Out | Buffer that receives the 16-byte hash. |