avr-crypto-lib/bcal_noekeon.h

11 lines
228 B
C

/* bcal_noekeon.h */
#include <avr/pgmspace.h>
#include "blopckcipher_descriptor.h"
#include "noekeon.h"
#include "keysize_descriptor.h"
extern const bcdesc_t noekeon_direct_desc;
extern const bcdesc_t noekeon_indirect_desc;