mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-12-08 05:19:46 +00:00
Add all remaining hashes to new API
This commit is contained in:
parent
d22b41a53d
commit
f6e57ab0f6
15 changed files with 384 additions and 219 deletions
|
|
@ -132,6 +132,8 @@ class SHA384Hash(object):
|
|||
return clone
|
||||
|
||||
def new(self, data=None):
|
||||
"""Create a fresh SHA-384 hash object."""
|
||||
|
||||
return SHA384Hash(data)
|
||||
|
||||
def new(data=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue