Skip to main content

Cython bindings to the Keccak sponge and SHA-3 functions

Project description

https://travis-ci.org/habnabit/cykeccak.png

cykeccek

From the Keccak website:

Keccak is a family of sponge functions. The sponge function is a generalization of the concept of cryptographic hash function with infinite output and can perform quasi all symmetric cryptographic functions, from hashing to pseudo-random number generation to authenticated encryption.

cykeccak is a thin Cython wrapper around the reference implementation of Keccak and an implementation of SHA-3 on top of that wrapper.

Installation

Cython is not required to build cykeccak as long as the source distribution contains a keccak.c file, such as the tarballs available from pypi. Installing from a github tarball is not recommended, as they ship without keccak.c, version.txt, or a .git directory. With neither version.txt nor a git repository present, setup.py will be unable to determine the version of cykeccak.

The underlying C code is architechture-dependent, and setup.py will attempt to guess whether to build from the 32-bit or 64-bit sources based on whether the python executing setup.py is a 32- or 64-bit binary. To avoid guessing, the CYKECCAK_IMPLEMENTATION environment variable can also be set to either opt32 or opt64.

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

cykeccak-0.13.1.tar.gz (136.4 kB view details)

Uploaded Source

File details

Details for the file cykeccak-0.13.1.tar.gz.

File metadata

  • Download URL: cykeccak-0.13.1.tar.gz
  • Upload date:
  • Size: 136.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cykeccak-0.13.1.tar.gz
Algorithm Hash digest
SHA256 7efe7d0d33e353d457e6ffafe685fca4d0f6fcde2c271cc7b688c39041c0c31f
MD5 a63d40a27f65cf38ca9cc6109d5317f2
BLAKE2b-256 823c5152e447ee00c7ecb1a801a0e763eaac391467e2e04e6f72f67eef6b34eb

See more details on using hashes here.

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