fix rc2 key length
This commit is contained in:
parent
29c4fd7de9
commit
a3323b36ab
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ method_supported = {
|
|||
'cast5-cfb': (16, 8),
|
||||
'des-cfb': (8, 8),
|
||||
'idea-cfb': (16, 8),
|
||||
'rc2-cfb': (8, 8),
|
||||
'rc2-cfb': (16, 8),
|
||||
'rc4': (16, 0),
|
||||
'seed-cfb': (16, 16),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue