Legacy Blowfish expanded key schedule (P‐array and S‐boxes).

Synopsis

Declared in <openssl/blowfish.h>

struct bf_key_st;

Data Members

Name

Description

P

Blowfish P‐array including the two extra subkeys.

S

Blowfish S‐boxes (four boxes of 256 entries).

Created with MrDocs