aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/bitsliced-aes/tests/tests.h
blob: a8710505e28cb5992ae6835e41a51aa8a22d6d06 (plain)
1
2
3
4
5
6
7
8
#ifndef _TESTS_H_
#define _TESTS_H_


void aes_ecb_test(void);
void aes_ctr_test(void);

#endif