Use key_size of None for variable-size keys

This commit is contained in:
Andrew M. Kuchling 2001-10-29 22:37:17 +00:00
parent 939e9ad3f5
commit 567be84f95
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ Specification
key_size
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
(that is, the null string '') as such a variable-length key.