python3-axolotl-curve25519

Python 3 wrapper for curve25519 library with ed25519 signatures
  https://pypi.python.org/pypi/python-axolotl-curve25519
  0
  no reviews



This wrapper is meant for use by python3-axolotl. By now only includes the following functions: - generatePrivateKey - generatePublicKey - calculateAgreement - calculateSignature - verifySignature