https://github.com/wavesplatform/kotlin-lib-crypto
https://github.com/wavesplatform/kotlin-lib-crypto
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wavesplatform/kotlin-lib-crypto
- Owner: wavesplatform
- Created: 2019-07-17T15:55:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T12:20:52.000Z (over 6 years ago)
- Last Synced: 2025-02-12T11:53:25.223Z (about 1 year ago)
- Language: Kotlin
- Size: 95.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kotlin-lib-crypto
Waves Crypto handles an interaction with crypto part of blockchain, allows to generate seed-phrases, convert public and private keys, obtain and verify addresses, translate bytes to string and back, sign the data with private key, etc.
For more information see [Typescript crypto lib](https://github.com/wavesplatform/ts-lib-crypto)
For publish to local repository execute "$ gradle publish"