mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-12-08 05:19:46 +00:00
First version of bcrypt
This commit is contained in:
parent
c33fcd2c66
commit
ca975e96ad
8 changed files with 451 additions and 23 deletions
|
|
@ -43,7 +43,7 @@ from Crypto.Random import get_random_bytes
|
|||
__all__ = ['new', 'HMAC']
|
||||
|
||||
|
||||
class HMAC:
|
||||
class HMAC(object):
|
||||
"""An HMAC hash object.
|
||||
Do not instantiate directly. Use the :func:`new` function.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue