Beispiel #1
0
def do_file(filename):
  sha1.sha1_file(filename)
Beispiel #2
0
# sha1_test.py

import sha1

sha1.sha1_file("../../data/Hello.txt")