libclod
C library for interacting with NBTs, region files, LOD data and other things.
Loading...
Searching...
No Matches
clod_sip64_state Struct Reference

#include <hash.h>

Public Attributes

uint64_t _v0
uint64_t _v1
uint64_t _v2
uint64_t _v3
uint8_t _size
unsigned char _buf [7]

Detailed Description

SipHash state. Used to hold buffers during streamed hashing.

Definition at line 67 of file hash.h.

Member Data Documentation

◆ _v0

uint64_t clod_sip64_state::_v0

Definition at line 68 of file hash.h.

◆ _v1

uint64_t clod_sip64_state::_v1

Definition at line 69 of file hash.h.

◆ _v2

uint64_t clod_sip64_state::_v2

Definition at line 70 of file hash.h.

◆ _v3

uint64_t clod_sip64_state::_v3

Definition at line 71 of file hash.h.

◆ _size

uint8_t clod_sip64_state::_size

Definition at line 72 of file hash.h.

◆ _buf

unsigned char clod_sip64_state::_buf[7]

Definition at line 73 of file hash.h.


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