Releases: micro-bitcoin/uBitcoin
Releases · micro-bitcoin/uBitcoin
v0.2.0
v0.1.5
Release notes
- TRNG support for common platforms
- Multisig helper functions and example
v0.1.4
Release notes
- fix bug in parsing amount in txoutput
- add ecdh functionality (usage example))
v0.1.3
Release notes
toBase64andfromBase64now support urlsafe encoding. For example:toBase64(arr, arrlen, BASE64_URLSAFE | BASE64_NOPADDING)will give you a urlsafe string without padding.- added tests and cpp examples. The library can be used on a normal computer as well.
- fixed a bunch of memory bugs with valgrind and pvs-studio
- fixed base64 encoding
- resolved name collisions with mbedtls hmac functions
v0.1.2
Release notes:
- Added
mnemonicToEntropyandmnemonicFromEntropyfunctions - Added
toBinandfromBinconversion functions
v0.1.1
Bugfix: generateMnemonic(entropy_data) function now uses hash instead of raw data.
v0.1.0
Initial release