A simple blockchain and cryptography utility package.
Project description
blocc_crypto_utils
blocc_crypto_utils is a simple Python package for basic blockchain operations and cryptography helpers.
Installation
You can install blocc_crypto_utils via pip:
pip install blocc_crypto_utils
Usage
Blockchain
import blocc
# Generate a simple blockchain
chain = blocc.generate_blockchain(5)
for block in chain:
print(block)
Cryptography
from blocc import generate_sha256
hash_val = generate_sha256("Hello, Blockchain!")
print(hash_val)
Features
- Basic blockchain generation
- SHA-256 hashing and verification
- Minimal dependencies
License
This project is licensed under the MIT License.
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
blocc_crypto_utils-0.3.0.tar.gz
(11.5 kB
view details)
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 blocc_crypto_utils-0.3.0.tar.gz.
File metadata
- Download URL: blocc_crypto_utils-0.3.0.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e5b7a7de8c8ef27626b702f5d5c72894a57dea31f1ced7eb002f84f8a2879fc
|
|
| MD5 |
5a80698f600fc8c07d224343d77bc257
|
|
| BLAKE2b-256 |
6ec0057ae59f550df4bd1eae8e37291aede5f217c71aecf7991e75b9a18b83fd
|
File details
Details for the file blocc_crypto_utils-0.3.0-py3-none-any.whl.
File metadata
- Download URL: blocc_crypto_utils-0.3.0-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16f3a0773c3a1b0290f9a9296d9315a1cdfe9dafb4dc52147cf2177b4eefd2d4
|
|
| MD5 |
8a2a5c15a78775ed6c267572edd97247
|
|
| BLAKE2b-256 |
25c6020b82cbff86127364af3243300124ba6c9257842f8462253c36f7c39095
|