Mbed OS Reference
|
Blowfish context structure. More...
#include <blowfish.h>
Data Fields | |
uint32_t | P [16+2] |
uint32_t | S [4][256] |
Blowfish context structure.
Definition at line 72 of file blowfish.h.
uint32_t P[16+2] |
Blowfish round keys
Definition at line 74 of file blowfish.h.
uint32_t S[4][256] |
key dependent S-boxes
Definition at line 75 of file blowfish.h.