codecrypt/lib/fwht.h

14 lines
195 B
C++

#ifndef _fwht_h_
#define _fwht_h_
#include "codecrypt.h"
using namespace ccr;
//parameters MUST be of 2^m size.
void fwht_dyadic_multiply (const bvector&, const bvector&, bvector&);
#endif