[DEPRECATED] openpgp-ktx ![Maven Central](https://img.shields.io/maven-central/v/com.github.android-password-store/openpgp-ktx.svg?label=Maven%20Central)
Android Password Store no longer uses this library and thus is not maintaining it actively.
Reimplementation of OpenKeychain's integration library openpgp-api. Written entirely in Kotlin, it leverages Jetpack to be compatible with modern apps, unlike the original library.
Using this with your projects
dependencies {
implementation("com.github.android-password-store:openpgp-ktx:<latest-version>")
}