mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
cosmetics
This commit is contained in:
parent
8bdc0327fb
commit
12eece1b27
@ -9,10 +9,11 @@
|
||||
/* Structure for an expanded Twofish key. s contains the key-dependent
|
||||
* S-boxes composed with the MDS matrix; w contains the eight "whitening"
|
||||
* subkeys, K[0] through K[7]. k holds the remaining, "round" subkeys. Note
|
||||
* that k[i] corresponds to what the Twofish paper calls K[i+8]. */
|
||||
* that k[i] corresponds to what the Twofish paper calls K[i+8].
|
||||
*/
|
||||
typedef struct twofish_context {
|
||||
u_int32_t s[4][256], w[8], k[32];
|
||||
} TWOFISH_context;
|
||||
};
|
||||
|
||||
typedef struct twofish_context twofish_context;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user