Rc6Context Struct Reference

RC6 algorithm context. More...

#include <rc6.h>

Data Fields

uint32_t l [RC6_MAX_KEY_SIZE/4]
 
uint32_t s [2 *RC6_NB_ROUNDS+4]
 

Detailed Description

RC6 algorithm context.

Definition at line 57 of file rc6.h.

Field Documentation

◆ l

uint32_t l[RC6_MAX_KEY_SIZE/4]

Definition at line 59 of file rc6.h.

◆ s

uint32_t s[2 *RC6_NB_ROUNDS+4]

Definition at line 60 of file rc6.h.


The documentation for this struct was generated from the following file:
  • cyclone_crypto/cipher/rc6.h