nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ gzp_xor_cipher()

void gzp_xor_cipher ( uint8_t *  dst,
const uint8_t *  src,
const uint8_t *  pad,
uint8_t  length 
)

#include <include/gzp.h>

Perform an XOR on two byte strings.

Parameters
dstDestination to write the result to. Should be of size length.
src
pad
lengthNumber of bytes to perform the XOR operation on.