Native Python implementation of Ed25519 field elements and operations.
Project description
Native Python implementation of Ed25519 field elements and operations.
Purpose
This library provides a native Python implementation of Ed25519 field elements and a number of operations over them. The library makes it possible to fill gaps in other libraries and applications 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 field elements used in libsodium.
Package Installation and Usage
The package is available on PyPI:
python -m pip install fe25519
The library can be imported in the usual way:
import fe25519 from fe25519 import fe25519
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 fe25519-0.0.0.1.tar.gz
.
File metadata
- Download URL: fe25519-0.0.0.1.tar.gz
- Upload date:
- Size: 3.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 | 075db603cebea0455582d26b2833fb53f97dc4a187de983feafa3eaf84ba0cf2 |
|
MD5 | 47b08e6ec6c871ac3d61b681e12fc95b |
|
BLAKE2b-256 | efe63ccd514bcbcef05861e28ba6de74b7dfb3ab75394cf6ade4c4f5c049f7c4 |
File details
Details for the file fe25519-0.0.0.1-py3-none-any.whl
.
File metadata
- Download URL: fe25519-0.0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.8 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 | 87493f4d33b94f0ad7689c1f791193a11e6ce82d0939ace2f95a6cab5e3206fb |
|
MD5 | f4d6dd5adc69beb5454ee647e08356d4 |
|
BLAKE2b-256 | 26c2a81aa979caa0f4dbc8e1fcd3f628c93ecb9077bb6956c5cbaf9d86f6b698 |