X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=camellia_C.c;h=1eea731e056057170a24adee7d0642ec0674555d;hb=94cad47618f03baf3d750d75c20860c89ac91dbe;hp=862c6d3b05e315dbfa580cf0706d94aa96eb156f;hpb=7ee23ee6d9bfa071d4a24b7646fc989c90144104;p=avr-crypto-lib.git diff --git a/camellia_C.c b/camellia_C.c index 862c6d3..1eea731 100644 --- a/camellia_C.c +++ b/camellia_C.c @@ -356,8 +356,8 @@ void camellia128_enc(camellia128_ctx_t* s, void* block){ #define BR (((uint64_t*)block)[1]) /* endian adjustment */ /*BL*/ - /* 1 2 3 4 5 6 7 8 - * 8 7 6 5 4 3 2 1 + /* 1 2 3 4 5 6 7 8 + * 8 7 6 5 4 3 2 1 */ uint64_t temp64; @@ -450,8 +450,8 @@ void camellia128_dec(camellia128_ctx_t* s, void* block){ #define BR (((uint64_t*)block)[0]) /* endian adjustment */ /*BL*/ - /* 1 2 3 4 5 6 7 8 - * 8 7 6 5 4 3 2 1 + /* 1 2 3 4 5 6 7 8 + * 8 7 6 5 4 3 2 1 */ uint64_t temp64;