givelotus / lotus-vase

A simple reference wallet for Lotus which supports mobile devices.
GNU General Public License v3.0
4 stars 2 forks source link

Clean up HDPublicKey to avoid HEX encoding/decoding #121

Closed schancel closed 3 years ago

schancel commented 3 years ago

As per title. Avoid serializing/deserializing without any good reason. This slows down processing, and makes the code much more confusing to read.