BitBoxSwiss / bitbox02-firmware

Firmware code of the BitBox02 hardware wallet
https://bitbox.swiss/bitbox02
Apache License 2.0
217 stars 81 forks source link

Use core::ffi::CStr and alloc::ffi::CString instead of custom CStr #1043

Closed benma closed 1 year ago

benma commented 1 year ago

First commit (b37dfdf) message says:

And mark rust_base58_encode_check for testing only, as it is not used in the firmware but only in test_keystore_functional.c.

Can't find that in the code, possibly not included?

That msg is outdated, I ended up changing this and forgot to fix the commit msg. Fixed it now.