botan_serpent_x86_32_key_schedule

Entry point for Serpent key schedule in x86 asm

extern (C) pure
static if(BOTAN_HAS_SERPENT_X86_32)
void
botan_serpent_x86_32_key_schedule
(
uint* ks
)

Parameters

ks uint*

holds the initial working key (padded), and is set to the final key schedule

Meta