Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

aroundthecode / ed25519   python

Repository URL to install this package:

/ __init__.py

from .keys import (BadSignatureError, BadPrefixError,
                  create_keypair, SigningKey, VerifyingKey,
                  remove_prefix, to_ascii, from_ascii)

(BadSignatureError, BadPrefixError,
 create_keypair, SigningKey, VerifyingKey,
 remove_prefix, to_ascii, from_ascii) # hush pyflakes

from ._version import get_versions
__version__ = str(get_versions()['version'])
del get_versions