LLVM 19.0.0git
Namespaces | Functions
SipHash.h File Reference
#include <cstdint>

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Functions

void llvm::getSipHash_2_4_64 (ArrayRef< uint8_t > In, const uint8_t(&K)[16], uint8_t(&Out)[8])
 Computes a SipHash-2-4 64-bit result.
 
void llvm::getSipHash_2_4_128 (ArrayRef< uint8_t > In, const uint8_t(&K)[16], uint8_t(&Out)[16])
 Computes a SipHash-2-4 128-bit result.
 
uint16_t llvm::getPointerAuthStableSipHash (StringRef S)
 Compute a stable non-zero 16-bit hash of the given string.