hamnet70/impl/src/layer1/whitening.h

10 lines
187 B
C

#ifndef LAYER1_WHITENING_H
#define LAYER1_WHITENING_H
#include <stdint.h>
#include <stdlib.h>
void whitening_apply_in_place(uint8_t *data, size_t length);
#endif // LAYER1_WHITENING_H