#include <blowfish.h>
Data Fields | |
uint32_t | p [(16+2)] |
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. |
Definition at line 46 of file blowfish.h.
|
Buffer to be used by block chaining or feedback modes.
|
|
Holds the key expansion.
|
|
Holds the s-boxes.
|