CreateSubkeysFunc

Pointer to a routine that generates the subkeys. The mixcrypt algorithm for example uses a custom routine.

alias CreateSubkeysFunc = BitArray[16] function
(
const(ubyte)[] key
)
pure

Meta