Python implementation of the XEdDSA signature scheme
Description
This python library offers an open implementation of the XEdDSA
signature scheme.
It allows to create and verify EdDSA-compatible signatures using
public key and private key formats initially defined for the X25519
and X448 elliptic curve Diffie-Hellman functions.