Fully Unicode-based Base-256,000 numeral encoding system.
Project description
nk256_full
Fully Unicode-based Base-256,000 numeral encoding system.
This module encodes extremely large integers using a 256,000-character set from extended Unicode ranges (starting from U+20000). While many characters may not render correctly (appearing as □), the system ensures perfect reversibility, order preservation, and ultra-efficient number compression. Ideal for tagging, indexing, and high-density numeric encoding in internal systems.
Example
import nk256_full as nk256
n = 98765432101234567890
encoded = nk256.encode_nk256(n)
decoded = nk256.decode_nk256(encoded)
print("🔐 Encoded:", encoded)
print("🔓 Decoded:", decoded)
print("✅ Success:", decoded == n)
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
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 nk256_full-1.0.0.tar.gz.
File metadata
- Download URL: nk256_full-1.0.0.tar.gz
- Upload date:
- Size: 563.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1aad94ccd0081adcd4be7542d646c8797c8a2658b7b3e1e16633ed4f14309337
|
|
| MD5 |
7294ad9bc2fe23fc26ff39ebf603b7b4
|
|
| BLAKE2b-256 |
092e4195edef3f5ce185c001380f3ed210a51d78fce7fc0f9314c60ee192e5bd
|
File details
Details for the file nk256_full-1.0.0-py3-none-any.whl.
File metadata
- Download URL: nk256_full-1.0.0-py3-none-any.whl
- Upload date:
- Size: 562.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adf21a3bcbca5cf24e81d9a5d17860ccd7d4e0dab922200bf54d74328ff54e38
|
|
| MD5 |
2f92170b4e7f33a205bceadb35ff7b77
|
|
| BLAKE2b-256 |
8e050604fe407802d59cf2afabf14658a63790922a37333420c8d61a07fde3e5
|