Simple library to calculate MD6 checksum
Project description
Simple library to calculate MD6 checksum
Install
pip install pymd6
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.1.tar.gz
(3.8 kB
view details)
File details
Details for the file pymd6-0.1.1.tar.gz
.
File metadata
- Download URL: pymd6-0.1.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 641649881508e231d0218a51b926de2229c78c7ff69a681382e67b5771cfee91 |
|
MD5 | b41864fbd0e5284e0a17fe917804084f |
|
BLAKE2b-256 | 62be080ff1442959fcd27f197f37a90df55456b70810df5fa0945aba58b414a0 |