diff options
Diffstat (limited to 'python3')
-rwxr-xr-x | python3/sha3sum.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python3/sha3sum.py b/python3/sha3sum.py index d388f1f..84fedeb 100755 --- a/python3/sha3sum.py +++ b/python3/sha3sum.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- ''' sha3sum – SHA-3 (Keccak) checksum calculator |