libCATS
|
Data whitener. More...
#include <stdint.h>
#include <stddef.h>
Go to the source code of this file.
Functions | |
void | cats_whiten (uint8_t *data, size_t len) |
Whiten/dewhiten the supplied data as per the CATS standard. | |
Data whitener.
void cats_whiten | ( | uint8_t * | data, |
size_t | len ) |
Whiten/dewhiten the supplied data as per the CATS standard.
data | Input and output buffer |
len | Data length |