Simple library to calculate MD6 checksum
Project description
Simple library to calculate MD6 checksum
Example
from MD6 import MD6
if __name__ == '__main__':
md6 = MD6()
md6_hash = md6("Hello World!!")
print(str(md6_hash)) # show hex
print(md6_hash.raw()) # show raw utf-8 string
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pymd6-0.1.0.tar.gz
(3.7 kB
view details)
File details
Details for the file pymd6-0.1.0.tar.gz
.
File metadata
- Download URL: pymd6-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12b344268ca8daf09138b515c95b5182b6cc63261d684c49a70d90c285efca66 |
|
MD5 | f219f1d17fdbd4d4ae0c9e0bd1496d35 |
|
BLAKE2b-256 | 8e1892ecb0bce0303d84b347d3fd19935ac718eaad31521ac0adb5647bf72107 |