File nut/include/contrib/crypto/rc6.h
Included Files
#include <nut/include/include/stdint.h>
Preprocessor definitions
#define RC6_H_
Typedef rc6_ctx_t
typedef struct rc6_ctx_st rc6_ctx_t
struct rc6_ctx_st
{
uint8_t rounds;
uint32_t* S;
}