Skip to content

Commit

Permalink
Update credstash_migrate_digests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
a12k committed Feb 26, 2018
1 parent e723cd2 commit a438f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credstash_migrate_digests.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


def main():
UPDATED_DIGEST = 'SHA512'
UPDATED_DIGEST = 'SHA256'
DIGESTS_TO_UPDATE = ['WHIRLPOOL', 'RIPEMD']

keys = defaultdict(lambda:0)
Expand Down

0 comments on commit a438f5c

Please sign in to comment.