BeeCrypt 4.2.1
blowfishParam Struct Reference

Holds all the parameters necessary for the Blowfish cipher. More...

#include <blowfish.h>

Data Fields

uint32_t p [BLOWFISHPSIZE]
 Holds the key expansion.
 
uint32_t s [1024]
 Holds the s-boxes.
 
uint32_t fdback [2]
 Buffer to be used by block chaining or feedback modes.
 

Detailed Description

Holds all the parameters necessary for the Blowfish cipher.

Field Documentation

◆ fdback

uint32_t blowfishParam::fdback[2]

Buffer to be used by block chaining or feedback modes.

◆ p

uint32_t blowfishParam::p[BLOWFISHPSIZE]

Holds the key expansion.

◆ s

uint32_t blowfishParam::s[1024]

Holds the s-boxes.


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