Rizin
unix-like reverse engineering framework and cli tools
blowfish_state Struct Reference

Public Attributes

ut32 p [18]
 
ut32 s [4][256]
 
int key_size
 

Detailed Description

Definition at line 154 of file crypto_blowfish.c.

Member Data Documentation

◆ key_size

int blowfish_state::key_size

Definition at line 157 of file crypto_blowfish.c.

Referenced by blowfish_get_key_size().

◆ p

ut32 blowfish_state::p[18]

Definition at line 155 of file crypto_blowfish.c.

◆ s

ut32 blowfish_state::s[4][256]

Definition at line 156 of file crypto_blowfish.c.


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