BitBoxSwiss / bitbox02-firmware

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

rust: remove bs58 dep in favor of bitcoin::base58 #1102

Closed benma closed 11 months ago

benma commented 11 months ago

Duplicate implementation of the same thing. Saves ~1.3kB in binary space.