python-axolotl-curve25519

Python 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 python-axolotl. By now only includes the following functions:
- generatePrivateKey
- generatePublicKey
- calculateAgreement
- calculateSignature
- verifySignature