]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bcal_rc5.c
updated Makefile
[avr-crypto-lib.git] / bcal_rc5.c
index a0b4c84c82322bccc7b2acf1916034e832f9a989..97021687056b4712b6fb3d0976de249af5ba41e2 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_rc5.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-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
@@ -45,7 +45,7 @@ void rc5_dummy_init(void* key, uint16_t keysize_b, void* ctx){
 
 const bcdesc_t rc5_desc PROGMEM = {
        BCDESC_TYPE_BLOCKCIPHER,
-       BC_INIT_TYPE_4,
+       BC_INIT_TYPE_2,
        rc5_str,
        sizeof(rc5_ctx_t),
        128,