# geesefly Mirror
This is my mirror of Jonathan Bowman’s geesefly.py, and made available in pip.
## Installation
To install from pip:
$ pip install geesefly
## About
geesefly.py is a pure Python implementation of the Skein hash function and Threefish tweakable block cipher. It also includes a pseudo-random number generator based on Skein, and Cipher-Block Chaining (CBC) based functionality for encrypting variable-length data.
geesefly.py is slow. If you want a high-performance Python implementation of Skein and Threefish, I highly recommend PySkein, available at http://packages.python.org/pyskein/
In PySkein, the heavy lifting is done in compiled C, and hashes data at a much faster rate than geesefly.py.
In contrast, this module is written in pure Python. While slow, it is useful for applications where compiling a Python C extension is unfeasible, such as Google’s App Engine.
You also may find the geesefly.py code helpful in understanding Skein and Threefish.
geesefly.py works with Python version 2.5 or later. This includes version 3 and up.
Skein is a hash function submitted to NIST for their cryptographic hash algorithm competition. Skein is designed by Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare, Tadayoshi Kohno, Jon Callas, and Jesse Walker
More information is available at http://www.skein-hash.info/
Release files for geesefly 0.4.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| geesefly-0.4.1.tar.gz | 9.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| geesefly-0.4.1-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 23.8 kB
Release files / geesefly-0.4.1.tar.gz
| Download URL | geesefly-0.4.1.tar.gz |
|---|---|
| Size | 9.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5c0c00bcce854fa6914f5c83eba5d82cc7803ed16e18343eb0d4b0b7e48e8a64
|
|
BLAKE2b-256 checksum How to use checksums |
7564e0fd7ca3d113f314b0f347e36e58bebcfff6c0ce8ff173c3349426d94a3a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / geesefly-0.4.1-py2-none-any.whl
| Download URL | geesefly-0.4.1-py2-none-any.whl |
|---|---|
| Size | 14.8 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
e1c1382a14bea8af77211bc653a9bb2638c54eb45811644bcc1488d349e83dc4
|
|
BLAKE2b-256 checksum How to use checksums |
7da5149a8976fb456e89ec0594150e2c9e3ba1263cab693a8ac208ee2ea7009f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |