now the real fix, previous was only a RAMusage-enhancemnet

This commit is contained in:
bg 2007-02-19 15:32:13 +00:00
parent 2ef10ed48d
commit a5bbf8d74b
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ void camellia128_enc(camellia128_ctx_t* s, void* block){
BR = BL;
BL = temp64;
camellia128_keyop(s,1);
change_endian(&BL, 64/8);
change_endian(&BR, 64/8);