File nut/include/contrib/crypto/mickey128.h
Included Files
#include <nut/include/include/stdint.h>
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];
}