Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add public API for Diffie-Hellman Tuples transaction signing #664

Closed
arobsn opened this issue Dec 20, 2022 · 0 comments · Fixed by #665
Closed

Add public API for Diffie-Hellman Tuples transaction signing #664

arobsn opened this issue Dec 20, 2022 · 0 comments · Fixed by #665

Comments

@arobsn
Copy link
Member

arobsn commented Dec 20, 2022

With the new privacy protocols like Stealth Addresses seems necessary to add to have a public API for DHT transaction signing so that wallets and dApps can work with such protocols.

I'm not sure about the API specification, but accepting params as UInt8Array would be great, as it can be compatible with keys generated from outside the ErgoLib.

Additionally, here is how node's sign endpoint requires DHT params:

dht: [
  {
    secret: string;
    g: string;
    h: string;
    u: string;
    v: string;
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant