nRF Connect SDK API 0.1.0
|
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.
dst | Destination to write the result to. Should be of size length. |
src | |
pad | |
length | Number of bytes to perform the XOR operation on. |