Skip to main content

Native Python implementation of Ed25519 group elements and operations.

Project description

Native Python implementation of Ed25519 group elements and operations.

PyPI version and link.

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 *

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

ge25519-0.0.0.6.tar.gz (43.2 kB view hashes)

Uploaded Source

Built Distribution

ge25519-0.0.0.6-py3-none-any.whl (43.1 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