libCATS
Loading...
Searching...
No Matches
include
cats
whitener.h
Go to the documentation of this file.
1
6
#ifndef CATS_WHITENER_H
7
#define CATS_WHITENER_H
8
9
#include <stdint.h>
10
#include <stddef.h>
11
18
void
cats_whiten
(uint8_t* data,
size_t
len);
19
20
#endif
// CATS_WHITENER_H
cats_whiten
void cats_whiten(uint8_t *data, size_t len)
Whiten/dewhiten the supplied data as per the CATS standard.
Definition
whitener.c:11
Generated on Thu May 16 2024 for libCATS by
1.10.0