An open API service indexing awesome lists of open source software.

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

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")
}
```