python3-pyelliptic

High level Python wrapper for OpenSSL (Python 3)
  https://github.com/yann2192/pyelliptic/
  0
  no reviews



PyElliptic is a Python module that provides high level access to the OpenSSL library, featuring elliptic curve cryptography (ECC), symmetric cryptography and more.

The full list of functions is below:

Key agreement : ECDH
Digital signatures : ECDSA
Hybrid encryption : ECIES (like RSA)
AES-128 (CBC, OFB, CFB, CTR)
AES-256 (CBC, OFB, CFB, CTR)
Blowfish (CFB and CBC)
RC4
CSPRNG
HMAC (using SHA512)
PBKDF2 (SHA256 and SHA512)
This package provides the Python 3 version.