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

Static Public Attributes

int digest_size = 20
 

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-1** is a cryptographic hash function standardized by **NIST**.

It produces an [ **160-bit | 20 bytes** ] message digest.