]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bcal_present.c
updated Makefile
[avr-crypto-lib.git] / bcal_present.c
index b6b7d7777066a6f002b52a1e36ddcf701e29126a..96842b1d9b12ed7f8ddcf22905ccea8192774482 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_present.c */
 /*
-    This file is part of the This file is part of the AVR-Crypto-Lib.
+    This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
@@ -38,7 +38,7 @@ const uint8_t present_keysize_desc[] PROGMEM = { KS_TYPE_LIST, 1, KS_INT(80),
 
 const bcdesc_t present_desc PROGMEM = {
        BCDESC_TYPE_BLOCKCIPHER,
-       BC_INIT_TYPE_1,
+       BC_INIT_TYPE_2,
        present_str,
        sizeof(present_ctx_t),
        64,