File nut/include/contrib/crypto/cast6.h
Included Files
#include <nut/include/include/stdint.h>
Preprocessor definitions
#define CAST6_H_
#define CAST6_ROUNDS 12
Typedef cast6_ctx_t
typedef struct cast6_ctx_st cast6_ctx_t
struct cast6_ctx_st
{
uint32_t km[12][4];
uint8_t krx[4*12*5/8];
}