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


Included Files


Preprocessor definitions

#define MICKEY128_H_

Typedef mickey128_ctx_t

typedef struct mickey128_ctx_st mickey128_ctx_t
struct mickey128_ctx_st  
   {  
      uint8_t r[20];  
      uint8_t s[20];  
   }