Show More
@@ -16,7 +16,8 b" def passwd(passphrase, algorithm='sha1'):" | |||||
16 | passphrase : str |
|
16 | passphrase : str | |
17 | Password to hash. |
|
17 | Password to hash. | |
18 | algorithm : str |
|
18 | algorithm : str | |
19 | Hashing algorithm to use. |
|
19 | Hashing algorithm to use (e.g, 'sha1' or any argument supported | |
|
20 | by :func:`hashlib.new`). | |||
20 |
|
21 | |||
21 | Returns |
|
22 | Returns | |
22 | ------- |
|
23 | ------- |
General Comments 0
You need to be logged in to leave comments.
Login now