Use key_size of None for variable-size keys
This commit is contained in:
parent
939e9ad3f5
commit
567be84f95
|
@ -79,7 +79,7 @@ Specification
|
||||||
key_size
|
key_size
|
||||||
|
|
||||||
An integer value; the size of the keys required by this
|
An integer value; the size of the keys required by this
|
||||||
module. If key_size is zero, then the algorithm accepts
|
module. If key_size is None, then the algorithm accepts
|
||||||
arbitrary-length keys. You cannot pass a key of length 0
|
arbitrary-length keys. You cannot pass a key of length 0
|
||||||
(that is, the null string '') as such a variable-length key.
|
(that is, the null string '') as such a variable-length key.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue