File nut/include/contrib/crypto/present128.h
Included Files
#include <nut/include/include/stdint.h>
Preprocessor definitions
#define PRESENT128_H_
Typedef present128_ctx_t
typedef struct present128_ctx_st present128_ctx_t
struct present128_ctx_st
{
uint8_t fwd_key[16];
uint8_t rev_key[16];
}