Skip to content

Releases: PhearNet/bip32-ed25519-kotlin

v1.0.0-beta.1

20 Jun 12:39
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2024-06-20)

Bug Fixes

  • aligned hashing (881075b)
  • error message (1acc62e)
  • fixes padding error (9419605)
  • Introduce check if BigInt 8*ZL is >= 2^255 (abd2eb3)
  • keeps version in gradle.properties and updates it with semantic release (d326eab)
  • remove signDataLibSodium (d9b74ab)
  • specifies gradle version (#24) (f5f7adb)
  • Update README.md (03c98bd)
  • Update README.md (3071a0f)

Features

  • Adds Data Validaton, License, Readme (#1) (35ee556)
  • adds gradlew-test gh action (#4) (1789a3e)
  • adds lazysodium-java (fork) as submodule (#6) (44d04a1)
  • adds libs (6cebb22)
  • adds license info at top (#3) (35b5120)
  • Adds separate bip32ed25519Android (#17) (a903b2f)
  • basic ECDH test (65b3855)
  • break out lazySodium instance (#14) (4ae5f65)
  • CBOR support + other tests (#12) (32bce82)
  • EDCH fix, tests, system-wide libsodium (#7) (035d096)
  • introduces concat + hash in ecdh (2884d09)
  • keyGen working (65d75d1)
  • Produce a self-contained .aar file for lib (#19) (4a68388)
  • refactor lazysodium into companion object to prevent unnecessaryy memory consumption (#9) (cae3ffe)
  • return to separate android and java (#16) (9e63a8e)
  • Sign Algorand transactions (#10) (4cad960)
  • signData (4e85e47)
  • trunc and deriveChildNodePublic (6b0d687)
  • Unify Android/Desktop and remove AlgoSDK (#20) (bc0d370)
  • use semantic-release (81cd2ff)
  • working fromSeed (c6d003a)
  • working Msgpack (#11) (9226750)