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
Add getSharedSecret to return ed25519 shared ephemeral secret, per CIP-008, to permit encryption on txn metadata (or other messages) between Alice addrA and Bob addrB.
The text was updated successfully, but these errors were encountered:
adavault
changed the title
CIP-0030 add api.getSharedSecret(addrA->privK, addrB)
CIP-0030 add api.getSharedSecret(addrA->privKA, addrB)
Jan 28, 2022
Additional comment- MetaMask has the ability to encrypt and decrypt based on public key (associated to Ethereum wallet address). This would give an equivalent capability to Cardano dApps.
Add getSharedSecret to return ed25519 shared ephemeral secret, per CIP-008, to permit encryption on txn metadata (or other messages) between Alice addrA and Bob addrB.
The text was updated successfully, but these errors were encountered: