This commit is contained in:
2026-03-16 10:24:12 +01:00
parent 126e99113f
commit c2c8b09dcf

View File

@@ -38,7 +38,7 @@ unsigned char do_subst(unsigned char w,unsigned char subst[16])
unsigned char encrypt(
unsigned char w,
unsigned key,
unsigned int key,
unsigned char perm[8],
unsigned char subst[16])
{
@@ -52,7 +52,7 @@ unsigned char encrypt(
}
unsigned char decrypt(
unsigned char w,
unsigned short key,
unsigned int key,
unsigned char perm[8],
unsigned char subst[16])
{