Native Python implementation of Ed25519 group elements and operations.
Project description
Native Python implementation of Ed25519 group elements and operations.
Purpose
This library provides a native Python implementation of Ed25519 group elements and a number of operations over them. The library makes it possible to fill gaps in application prototypes that may have specific limitations with respect to their operating environment or their ability to rely on dependencies.
The implementation is based upon and is compatible with the corresponding implementation of Ed25519 group elements used in libsodium.
Package Installation and Usage
The package is available on PyPI:
python -m pip install ge25519
The library can be imported in the usual ways:
import ge25519 from ge25519 import *
Testing and Conventions
All unit tests are executed and their coverage is measured when using nose (see setup.cfg for configution details):
nosetests
Concise unit tests are implemented with the help of fountains and new reference bit lists for these tests can be generated in the following way:
python test/test_ge25519.py
Style conventions are enforced using Pylint:
pylint ge25519
Contributions
In order to contribute to the source code, open an issue or submit a pull request on the GitHub page for this library.
Versioning
Beginning with version 0.1.0, the version number format for this library and the changes to the library associated with version number increments conform with Semantic Versioning 2.0.0.
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
File details
Details for the file ge25519-0.1.2.tar.gz
.
File metadata
- Download URL: ge25519-0.1.2.tar.gz
- Upload date:
- Size: 46.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9db94126b496157ace4f70b82fd4f636ceeab524b2cab8603a571d1567100cb5 |
|
MD5 | 0e6193bf6c4a3621bdc18e259986aba7 |
|
BLAKE2b-256 | 39c82d5b2c64e13d54f9773e7175c25a140e695b4a45165ee1b4afcd60ae0493 |
Provenance
File details
Details for the file ge25519-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: ge25519-0.1.2-py3-none-any.whl
- Upload date:
- Size: 43.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64348adab58a06171aa6e3e062d92a7412de08f6446abbe0f93d380ddcd80270 |
|
MD5 | 6e0460e4597eb6d0ef0cc0f1f582d7e2 |
|
BLAKE2b-256 | 06486ce3393f539f1ddba67dfa238c70978b0effcf6b4e6a4b2f198bc5fe2116 |