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


Included Files


Preprocessor definitions

#define RC5_H_

Typedef rc5_ctx_t

typedef struct rc5_ctx_st rc5_ctx_t
struct rc5_ctx_st  
   {  
      uint8_t rounds;  
      uint32_t* s;  
   }