coderofstuff / app-kaspa

Kaspa Ledger Integration
MIT License
3 stars 5 forks source link

Pre-calculate reused sighash components #35

Open coderofstuff opened 1 year ago

coderofstuff commented 1 year ago

Aim is to avoid having to load an extra blake2b_s into the stack (241 bytes).

For context, a Nano S stack is only 1024 bytes.