Skip to content

Commit

Permalink
Remove all deprecated hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-muir committed Oct 11, 2017
1 parent 1eb37df commit fdc9cfc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions credsmash/crypto/aes_ctr.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,10 @@
DEFAULT_KEY_LENGTH = 64

_hash_classes = {
'SHA': hashes.SHA1,
'SHA224': hashes.SHA224,
'SHA256': hashes.SHA256,
'SHA384': hashes.SHA384,
'SHA512': hashes.SHA512,
'RIPEMD': hashes.RIPEMD160,
'WHIRLPOOL': hashes.Whirlpool,
'MD5': hashes.MD5,
}

DEFAULT_DIGEST = 'SHA256'
Expand Down

0 comments on commit fdc9cfc

Please sign in to comment.