botan_serpent_x86_32_decrypt

Entry point for Serpent decryption in x86 asm

extern (C) pure
static if(BOTAN_HAS_SERPENT_X86_32)
void
botan_serpent_x86_32_decrypt
(
const(ubyte)* input
,
ubyte* output
,
in uint* ks
)

Parameters

input const(ubyte)*

the input block

output ubyte*

the output block

ks uint*

the key schedule

Meta