main.com.wire.crypto.client.Uniffi.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core-crypto-jvm Show documentation
Show all versions of core-crypto-jvm Show documentation
MLS/Proteus multiplexer abstraction with encrypted persistent storage in Rust
package com.wire.crypto.client
interface FfiType {
val value: K
fun lower(): R
}
interface Uniffi : FfiType {
override fun lower() = value
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy