pfodParser  3.61.0
The pfodParser library is handles commands sent from the Android pfodApp, pfodApp supports WiFi, BLE, Bluetooth and SMS connections
SipHash_2_4 Class Reference

#include <SipHash_2_4.h>

Public Member Functions

 SipHash_2_4 (void)
 
void initFromPROGMEM (const uint8_t *keyPrgPtrIn)
 
void initFromRAM (const uint8_t *key)
 
void updateHash (uint8_t c)
 
void finish ()
 

Public Attributes

uint8_t * result
 
uint8_t v0 [8]
 
uint8_t v1 [8]
 
uint8_t v2 [8]
 
uint8_t v3 [8]
 

Detailed Description

Definition at line 43 of file SipHash_2_4.h.

Constructor & Destructor Documentation

◆ SipHash_2_4()

SipHash_2_4::SipHash_2_4 ( void  )

Member Function Documentation

◆ finish()

void SipHash_2_4::finish ( )

◆ initFromPROGMEM()

void SipHash_2_4::initFromPROGMEM ( const uint8_t *  keyPrgPtrIn)

◆ initFromRAM()

void SipHash_2_4::initFromRAM ( const uint8_t *  key)

◆ updateHash()

void SipHash_2_4::updateHash ( uint8_t  c)

Member Data Documentation

◆ result

uint8_t* SipHash_2_4::result

Definition at line 67 of file SipHash_2_4.h.

◆ v0

uint8_t SipHash_2_4::v0[8]

Definition at line 70 of file SipHash_2_4.h.

◆ v1

uint8_t SipHash_2_4::v1[8]

Definition at line 71 of file SipHash_2_4.h.

◆ v2

uint8_t SipHash_2_4::v2[8]

Definition at line 72 of file SipHash_2_4.h.

◆ v3

uint8_t SipHash_2_4::v3[8]

Definition at line 73 of file SipHash_2_4.h.