Skip to content
Snippets Groups Projects
Verified Commit 5676bd60 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

hashutil: Remove unused variables

parent 50e583f2
No related branches found
No related tags found
No related merge requests found
......@@ -45,14 +45,6 @@ HASH_BLOCK_SIZE = 32768
_blake2_hash_cache = {}
HASH_FORMATS = set(['bytes', 'bytehex', 'hex'])
"""Supported output hash formats
"""
EXTRA_LENGTH = set(['length'])
"""Extra information to compute
"""
class MultiHash:
"""Hashutil class to support multiple hashes computation.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment