Cast128Context Struct Reference

CAST-128 algorithm context. More...

#include <cast128.h>

Data Fields

uint_t nr
 
uint32_t km [16]
 
uint32_t kr [16]
 

Detailed Description

CAST-128 algorithm context.

Definition at line 52 of file cast128.h.

Field Documentation

◆ km

uint32_t km[16]

Definition at line 55 of file cast128.h.

◆ kr

uint32_t kr[16]

Definition at line 56 of file cast128.h.

◆ nr

uint_t nr

Definition at line 54 of file cast128.h.


The documentation for this struct was generated from the following file: