This commit is contained in:
bg 2009-01-09 13:53:19 +00:00
parent 1a1a9f5631
commit 464da69afc
1 changed files with 1 additions and 1 deletions

View 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,