feat: first test with speculos

This commit is contained in:
Coline
2022-04-08 09:57:12 +02:00
parent 3bb1807858
commit 104bfee2a9
17 changed files with 740 additions and 0 deletions

View File

@@ -215,6 +215,33 @@ The input data is the RLP encoded transaction, without v/r/s present, streamed t
|r|32|
|s|32|
Exemple:
With path `"44'/60'/1'/0/0"`
CLA: E0
INS: 04
P1 : 00 (First transaction block)
P2 : 00
Lc : ?
Le :
- 04 (number BIP 32 derivations)
- 80 00 00 2c
- 80 00 00 3c
- 00 00 00 00
- 00 00 00 00
- RLP chunk
<br />
CLA: E0
INS: 04
P1 : 80 (subsequent transaction block)
P2 : 00
Lc : ?
Le :
- RLP chunk
</details>
<br/>