A fun Hash library.
Project description
Minting a string:
import Dino #Imports DinoMint
print(Dino.Parvus("string")) #Prints Small Mint
print(Dino.Magnum("string")) #Prints Big Mint
Minting a file:
import Dino #Imports DinoMint
file = "file.txt" #The file you want to Mint
print(Dino.Parvus(open(file,'rb').read())) #Prints Small Mint
print(Dino.Magnum(open(file,'rb').read())) #Prints Big Mint
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file DinoHash-0.7-py3-none-any.whl.
File metadata
- Download URL: DinoHash-0.7-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c378a7865d20b7cf095ef6218cb033b97edc56b43c02b89368f21d0ec9b8d48
|
|
| MD5 |
30e1f08589056a895a94689216e22ed0
|
|
| BLAKE2b-256 |
a93fdf6ea1a0daab17a124ed0c5eb700ce38f735043e4656c73fd7062585ec1a
|