Skip to main content

Cryptographer's content-addressing companion.

Project description

crypteia

A crafty coder's content-addressing companion for cascading consistency checks with cryptographic cloak and charm in the cosmic chaos of cyberspace.

usage

from crypteia import Multibasing, Multihashing, ToBytes, compose

get_hash = compose(ToBytes(), Multihash("sha3-224"), Multibase("base58btc"))
data = "Hello, World!"
digest = get_hash(data)
print(digest)
# 'z5dbMfGzi9pjjDf5Uv7bVDqgPPMGAkrRDmEqSoVquB'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crypteia-1.0.1.tar.gz (14.6 kB view hashes)

Uploaded Source

Built Distribution

crypteia-1.0.1-py3-none-any.whl (14.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page