ProcessBlockFunc

Pointer to a routine that processes one block (8 byte). The mixcrypt algorithm for example uses a custom routine.

alias ProcessBlockFunc = ubyte[] function
(
const(ubyte)[] block
,
const BitArray[16] subkeys
)
pure

Meta