Static Public Attributes
wolfcrypt.hashes.Sha384 Class Reference
Inheritance diagram for wolfcrypt.hashes.Sha384:
wolfcrypt.hashes._Hash

Static Public Attributes

int digest_size = 48
 

Additional Inherited Members

- Public Member Functions inherited from wolfcrypt.hashes._Hash
def __init__ (self, string=None)
 
def new (cls, string=None)
 
def copy (self)
 
def update (self, string)
 
def digest (self)
 
def hexdigest (self)
 

Detailed Description

**SHA-384** is a cryptographic hash function from the
**SHA-2 family** and is standardized by **NIST**.

It produces a [ **384-bit | 48 bytes** ] message digest.