Releases: eqoty-labs/kryptools
Releases · eqoty-labs/kryptools
v0.6.1
- kotlin 1.9.22
- Commonize
aes-gcm
& aes-siv
. Using cryptography-kotlin
- Remove
libsodium
dependency
v0.5.0
- Update all dependencies
- Revert to jvm 1.8
- Add android native targets
- Bech32 add wasm target
v0.4.0
- kotlin 1.9.0
- axlsign: add all native targets tier 1-3 and wasm
v0.3.4
kotlin 1.8.22. remove khash dependency, not needed
v0.3.2
kotlin 1.8.21, use official khash release
v0.3.1
more descriptive makeKeypair error msgs
v0.3.0
- add:
Secp256k1.validate
and Secp256k1.validatePrivateKey
- fix:
ShortCurePoint.encode
should prepend-pad x and y coordinates to 32 bytes
v0.2.3
downgrade coroutines to stable