|
BeeCrypt
4.2.1
|
Holds all the parameters necessary for the Blowfish cipher. More...
#include <blowfish.h>
Data Fields | |
| uint32_t | p [BLOWFISHPSIZE] |
| Holds the key expansion. More... | |
| uint32_t | s [1024] |
| Holds the s-boxes. More... | |
| uint32_t | fdback [2] |
| Buffer to be used by block chaining or feedback modes. More... | |
Holds all the parameters necessary for the Blowfish cipher.
| blowfishParam::fdback |
Buffer to be used by block chaining or feedback modes.
| blowfishParam::p |
Holds the key expansion.
| blowfishParam::s |
Holds the s-boxes.
1.8.14