You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm generating x25519 keypair using crypto.generateKeyPairSync in Node.js. But on providing the generated public key in FI data request (/FI/request) api, AA is responding with Invalid DHPublic Key error message. Also following is the error, AA is encountering at their side:
I'm generating x25519 keypair using
crypto.generateKeyPairSync
in Node.js. But on providing the generated public key in FI data request (/FI/request
) api, AA is responding withInvalid DHPublic Key
error message. Also following is the error, AA is encountering at their side:KeyMaterial that I'm sending:
Node.js code that I'm using to generate keypair is given below and also provided in this repo here.
Is there anything I'm missing or doing incorrect here?
@gsasikumar
The text was updated successfully, but these errors were encountered: