HashSHA1¶
- class dsviper.HashSHA1¶
Bases:
objectA class used to hash data with SHA1.
- block_size() int¶
Return the internal block size of the hash algorithm in bytes.
- digest_size() int¶
Return the size of the resulting hash in bytes.
- hexdigest() str¶
Return the digest in hexadecimal.
- name() str¶
Return the name.
- reset() None¶
Reset the hasher.