20#ifndef CRYPTO_HELPER_H
21#define CRYPTO_HELPER_H
void crypto_block_inc_ctr(uint8_t block[16], int L)
Increment a counter encoded in an 16 octet block.
void crypto_secure_wipe(void *buf, size_t len)
Secure wipe function.
int crypto_equals(const uint8_t *a, const uint8_t *b, size_t len)
Compares two blocks of same size in deterministic time.