TwofishContext Struct Reference

Twofish algorithm context. More...

#include <twofish.h>

Data Fields

uint32_t k [40]
 
uint32_t s1 [256]
 
uint32_t s2 [256]
 
uint32_t s3 [256]
 
uint32_t s4 [256]
 

Detailed Description

Twofish algorithm context.

Definition at line 52 of file twofish.h.

Field Documentation

◆ k

uint32_t k[40]

Definition at line 54 of file twofish.h.

◆ s1

uint32_t s1[256]

Definition at line 55 of file twofish.h.

◆ s2

uint32_t s2[256]

Definition at line 56 of file twofish.h.

◆ s3

uint32_t s3[256]

Definition at line 57 of file twofish.h.

◆ s4

uint32_t s4[256]

Definition at line 58 of file twofish.h.


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