]> git.cryptolib.org Git - avr-crypto-lib.git/blob - bcal/bcal_noekeon.h
switching uart header file
[avr-crypto-lib.git] / bcal / bcal_noekeon.h
1 /* bcal_noekeon.h */
2
3 #include <avr/pgmspace.h>
4 #include "blockcipher_descriptor.h"
5 #include "noekeon.h"
6 #include "keysize_descriptor.h"
7
8 extern const bcdesc_t noekeon_direct_desc;
9 extern const bcdesc_t noekeon_indirect_desc;
10