We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c04218 commit 33871e2Copy full SHA for 33871e2
odml/dtypes.py
@@ -292,7 +292,7 @@ def calculate_crc32_checksum(data):
292
293
# allow to use any available algorithm
294
try:
295
- hash_algorithms = hashlib.algoritms
+ hash_algorithms = hashlib.algorithms
296
except AttributeError:
297
hash_algorithms = hashlib.algorithms_guaranteed
298
for algo in hash_algorithms:
0 commit comments