libCATS
Loading...
Searching...
No Matches
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
18void cats_whiten(uint8_t* data, size_t len);
19
20#endif // CATS_WHITENER_H
void cats_whiten(uint8_t *data, size_t len)
Whiten/dewhiten the supplied data as per the CATS standard.
Definition whitener.c:11