]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bcal_rc5.c
oops
[avr-crypto-lib.git] / bcal_rc5.c
index a0b4c84c82322bccc7b2acf1916034e832f9a989..76ce4020ae35d4d25fb8e55f654650831c6fdb70 100644 (file)
@@ -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,