HashSHA3¶
- class dsviper.HashSHA3(bits)¶
Bases:
objectA class used to hash a data with SHA3. Supported bits are 224, 256, 384 or 512.
- 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 hexa digest.
- name() str¶
Return the name.
- reset() None¶
Reset the hasher.