"Imports" (precalculates) Twofish key from RAW key value.
Unit
Syntax
ParametersAKey [in] 256-bit RAW Twofish key.
Return valueTwofish key precalculated from AKey.
Delete this key by using TwofishDestroyKey function.
This value is always the same for the same AKey.
RemarksEurekaLog uses precalculated/cached array of subkeys and SBox keys for Twofish cipher. It improves performance of encryption/decryption. Use this function to obtain precalculated key from given RAW key value.
Use TwofishDeriveKey function to derive key from password.
Delete the returned value by using TwofishDestroyKey function when you have finished working with key.
See also
|