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

Static Public Attributes

int digest_size = 32
 

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-256** is a cryptographic hash function from the
**SHA-2 family** and is standardized by **NIST**.

It produces a [ **256-bit | 32 bytes** ] message digest.