Skip to content

Releases: micro-bitcoin/uBitcoin

v0.2.0

26 Mar 13:58
Compare
Choose a tag to compare

Release notes

  • Added Schnorr signing and verification algorithm
  • Added TaggedHash function

v0.1.5

15 Dec 10:38
59591c4
Compare
Choose a tag to compare

Release notes

  • TRNG support for common platforms
  • Multisig helper functions and example

v0.1.4

27 Aug 14:05
Compare
Choose a tag to compare

Release notes

  • fix bug in parsing amount in txoutput
  • add ecdh functionality (usage example))

v0.1.3

23 Dec 11:13
Compare
Choose a tag to compare

Release notes

  • toBase64 and fromBase64 now 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

10 May 20:25
Compare
Choose a tag to compare

Release notes:

  • Added mnemonicToEntropy and mnemonicFromEntropy functions
  • Added toBin and fromBin conversion functions

v0.1.1

08 Jan 17:36
Compare
Choose a tag to compare

Bugfix: generateMnemonic(entropy_data) function now uses hash instead of raw data.

v0.1.0

04 Jan 22:28
Compare
Choose a tag to compare

Initial release