Python implementation of ECDH and Curve 25519

Hi All,

Was anyone able to implement the encryption/decryption as per ABDM guidelines purely in Python ?
The issue is python libraries generates key pair of 32 bytes long and the one in bouncy castle (JAVA) generate key pair of 64 bytes long.
Was anyone able to solve this problem?

1 Like