https://github.com/eqoty-labs/kryptools
Kotlin multiplatorm crypto tools: AES-SIV, Axlsign, AES256-GCM, Bech32, Secp256k1
https://github.com/eqoty-labs/kryptools
crypto cryptography kotlin kotlin-android kotlin-js kotlin-jvm kotlin-library kotlin-multiplatform kotlin-native
Last synced: about 1 month ago
JSON representation
Kotlin multiplatorm crypto tools: AES-SIV, Axlsign, AES256-GCM, Bech32, Secp256k1
- Host: GitHub
- URL: https://github.com/eqoty-labs/kryptools
- Owner: eqoty-labs
- License: mit
- Created: 2022-11-04T21:55:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T04:02:25.000Z (about 1 year ago)
- Last Synced: 2025-02-12T17:46:53.463Z (3 months ago)
- Topics: crypto, cryptography, kotlin, kotlin-android, kotlin-js, kotlin-jvm, kotlin-library, kotlin-multiplatform, kotlin-native
- Language: Kotlin
- Homepage:
- Size: 814 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kryptools
Kotlin multiplatorm crypto tools: AES-SIV, Axlsign, AES256-GCM, Bech32, Secp256k1
### Experimental: Use at your own risk.
## Setup
### Gradle
```gradle
dependencies {
implementation("io.eqoty.kryptools:aes-siv:$latest")
implementation("io.eqoty.kryptools:bech32:$latest")
implementation("io.eqoty.kryptools:axlsign:$latest")
implementation("io.eqoty.kryptools:secp256k1:$latest")
}
```