Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 257 Bytes

File metadata and controls

6 lines (5 loc) · 257 Bytes

0.0.2

  • Changed bip32_serialze str_len to a pointer which returns the final length of the base58-encoded out string.
  • Added some precautionary sodium_memzero() calls.
  • Made bip32_b58_encode() and bip32_b58_decode() a public part of the API.