BlowfishContext Struct Reference

Blowfish algorithm context. More...

#include <blowfish.h>

Data Fields

uint32_t p [18]
 
uint32_t s1 [256]
 
uint32_t s2 [256]
 
uint32_t s3 [256]
 
uint32_t s4 [256]
 

Detailed Description

Blowfish algorithm context.

Definition at line 52 of file blowfish.h.

Field Documentation

◆ p

uint32_t p[18]

Definition at line 54 of file blowfish.h.

◆ s1

uint32_t s1[256]

Definition at line 55 of file blowfish.h.

◆ s2

uint32_t s2[256]

Definition at line 56 of file blowfish.h.

◆ s3

uint32_t s3[256]

Definition at line 57 of file blowfish.h.

◆ s4

uint32_t s4[256]

Definition at line 58 of file blowfish.h.


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