mention digestmod

fix typo (thx to Francisco Martin Brugue)
This commit is contained in:
Christian Heimes 2013-08-19 18:30:13 +02:00
parent 7dce5d07bd
commit 72cd6ad47a
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ Specification
Hash function modules define one function:
new([string]) (unkeyed hashes)
new([key] , [string]) (keyed hashes)
new(key, [string], [digestmod]) (keyed hashes)
Create a new hashing object and return it. The first form is
for hashes that are unkeyed, such as MD5 or SHA. For keyed
@ -201,7 +201,7 @@ Changes from Version 1.0 to Version 2.0
Code may depend on the fact that the argument is called 'string'.
Recommanded names for common hashing algorithms
Recommended names for common hashing algorithms
algorithm variant recommended name
---------- --------- ----------------