fix key size
This commit is contained in:
parent
67065a212f
commit
96200d7d76
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class NoneCipher(object):
|
||||||
|
|
||||||
ciphers = {
|
ciphers = {
|
||||||
'none': (16, 0, NoneCipher),
|
'none': (16, 0, NoneCipher),
|
||||||
'table': (0, 0, TableCipher)
|
'table': (16, 0, TableCipher)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue