Binary package “python3-pyelliptic” in ubuntu bionic

High level Python wrapper for OpenSSL (Python 3)

 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.