34 #define CALC128_LEN 16 void Calc128Cpy64(uint8_t *pDst, uint8_t *pSrc)
Copy a 64-bit integer from source to destination.
const uint8_t calc128Zeros[CALC128_LEN]
128-bit zero value
void Calc128Xor(uint8_t *pDst, uint8_t *pSrc)
Exclusive-or two 128-bit integers and return the result in pDst.
void Calc128Cpy(uint8_t *pDst, uint8_t *pSrc)
Copy a 128-bit integer from source to destination.
unsigned char uint8_t
Unsigned 8-bit value.
#define CALC128_LEN
128-bit integer length in bytes