arm-crypto-lib/bcal/bcal_noekeon.h

10 lines
201 B
C
Raw Normal View History

2010-09-26 16:22:40 +00:00
/* bcal_noekeon.h */
#include "blockcipher_descriptor.h"
2011-02-01 00:12:24 +00:00
#include "noekeon.h"
2010-09-26 16:22:40 +00:00
#include "keysize_descriptor.h"
extern const bcdesc_t noekeon_direct_desc;
extern const bcdesc_t noekeon_indirect_desc;