Rc2Context Struct Reference

RC2 algorithm context. More...

#include <rc2.h>

Data Fields

union {
   uint16_t   k [64]
 
   uint8_t   l [128]
 
}; 
 

Detailed Description

RC2 algorithm context.

Definition at line 52 of file rc2.h.

Field Documentation

◆ 

union { ... }

◆ k

uint16_t k[64]

Definition at line 56 of file rc2.h.

◆ l

uint8_t l[128]

Definition at line 57 of file rc2.h.


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