]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - camellia.c
restructuring Makefile +hmac-sha1
[avr-crypto-lib.git] / camellia.c
index babd15cc8d13cda9873ebd2f1f763560ad5342bc..a6a88d2419c6f499052e0291b6ba7262ca9ea21a 100644 (file)
@@ -141,7 +141,7 @@ void camellia128_enc(void* block, camellia128_ctx_t* s){
        /* endian adjustment */
         /*BL*/
         /*     1 2 3 4 5 6 7 8
-         *             8 7 6 5 4 3 2 1
+         *     8 7 6 5 4 3 2 1
          */
         
        uint64_t temp64;