Add all remaining hashes to new API

This commit is contained in:
Helder Eijs 2017-08-12 23:43:45 +02:00
parent d22b41a53d
commit f6e57ab0f6
15 changed files with 384 additions and 219 deletions

View file

@ -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):