After trying to initialize ECDH with Ed25519 and compute a shared secret it returns the following error: `AttributeError: 'PrivateKey' object has no attribute 'secret_multiplier'` I believe it's called `__s` in `eddsa.PrivateKey` class.
After trying to initialize ECDH with Ed25519 and compute a shared secret it returns the following error:
AttributeError: 'PrivateKey' object has no attribute 'secret_multiplier'I believe it's called
__sineddsa.PrivateKeyclass.