botan_serpent_x86_32_encrypt

Entry point for Serpent encryption in x86 asm

extern (C) pure
static if(BOTAN_HAS_SERPENT_X86_32)
void
botan_serpent_x86_32_encrypt
(
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