We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a3081 commit e639343Copy full SHA for e639343
README.MD
@@ -25,6 +25,9 @@ from integrity import inTegrity
25
# Create an instance of the inTegrity class
26
hasher = inTegrity('sha256')
27
28
+# List available hash algorithms
29
+print(hasher.available_algorithms)
30
+
31
# Hash a file
32
hash_value = hasher.hash_file('path_to_your_file')
33
0 commit comments