Skip to content

Commit cb191bc

Browse files
committed
refactor: removed old code
1 parent 558fd5d commit cb191bc

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

cryptlib.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ def decode(key, enc):
4040
return st[:-1 * len(EXTRA_STR)]
4141

4242

43-
def get_key_hash(key):
44-
c = 0
45-
for _ in key:
46-
c += ord(_)
47-
return c % 20
48-
49-
5043
def get_file_list():
5144
listFiles = []
5245
for dirpath, dnames, fnames in os.walk('./'):

0 commit comments

Comments
 (0)