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
Application version 1.5.0 - 25th of September 2020
4
+
Application version 1.9.18 - 29th of January 2022
5
5
6
6
## 1.0
7
7
- Initial release
@@ -26,6 +26,9 @@ Application version 1.5.0 - 25th of September 2020
26
26
## 1.9.13
27
27
- Add SET PLUGIN
28
28
29
+
## 1.9.17
30
+
- Add PERFORM PRIVACY OPERATION
31
+
29
32
## About
30
33
31
34
This application describes the APDU messages interface to communicate with the Ethereum application.
@@ -379,6 +382,52 @@ type || version || len(pluginName) || pluginName || address || selector || chain
379
382
380
383
None
381
384
385
+
### PERFORM PRIVACY OPERATION
386
+
387
+
#### Description
388
+
389
+
This command performs privacy operations as defined in EIP 1024 (https://ethereum-magicians.org/t/eip-1024-cross-client-encrypt-decrypt/505)
390
+
391
+
It can return the public encryption key on Curve25519 for a given Ethereum account or the shared secret (generated by the scalar multiplication of the remote public key by the account private key on Curve25519) used to decrypt private data encrypted for a given Ethereum account
392
+
393
+
All data can be optionally checked on the device before being returned.
0 commit comments