Zondax / ledger-filecoin

Filecoin app for Ledger Nano S and X
Apache License 2.0
26 stars 17 forks source link

Raw bytes #129

Closed neithanmo closed 1 year ago

neithanmo commented 1 year ago

This allows you to sign "any" amount of bytes: const msg = Buffer(Filecoin Sign Bytes\n + raw_data) there is a test that signs 4 KiB of raw data, the device displays; Blake2B(msg)

this rebases changes from #127 and #128 and requires a release with changes is this PR

:link: zboto Link

neithanmo commented 1 year ago

A cleaned-up version in #130