Dependent on https://github.com/LedgerHQ/ledger-secure-sdk/issues/274 When that issue is resolved, this repo should change the underlying blake2b implementation to use the `cx.h`-provided function. - [ ] Remove `import/blake2b.h` files - [ ] Apply changes to `hash_` functions in `sighash.c` - [ ] Update unit tests to work with new implementation (maybe using `cx_blake2b.h`)
Dependent on LedgerHQ/ledger-secure-sdk#274
When that issue is resolved, this repo should change the underlying blake2b implementation to use the
cx.h-provided function.import/blake2b.hfileshash_functions insighash.ccx_blake2b.h)