Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
siphash Struct Reference

#include <siphash.h>

Public Attributes

uint64_t v0
 
uint64_t v1
 
uint64_t v2
 
uint64_t v3
 
unsigned char buf [8]
 
unsigned char * p
 
uint64_t c
 

Detailed Description

Definition at line 132 of file siphash.h.

Member Data Documentation

◆ buf

unsigned char siphash::buf[8]

Definition at line 135 of file siphash.h.

◆ c

uint64_t siphash::c

Definition at line 136 of file siphash.h.

◆ p

unsigned char * siphash::p

Definition at line 135 of file siphash.h.

◆ v0

uint64_t siphash::v0

Definition at line 133 of file siphash.h.

◆ v1

uint64_t siphash::v1

Definition at line 133 of file siphash.h.

◆ v2

uint64_t siphash::v2

Definition at line 133 of file siphash.h.

◆ v3

uint64_t siphash::v3

Definition at line 133 of file siphash.h.


The documentation for this struct was generated from the following file: