File nut/include/contrib/crypto/present80.h


Included Files


Preprocessor definitions

#define PRESENT80_COMMON_H_

Typedef present80_ctx_t

typedef struct present80_ctx_st present80_ctx_t
struct present80_ctx_st  
   {  
      uint8_t fwd_key[10];  
      uint8_t rev_key[10];  
   }