.quorum.tessera.encryption-kalium.24.4.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of encryption-kalium Show documentation
Show all versions of encryption-kalium Show documentation
Tessera is a stateless Java system that is used to enable the encryption, decryption, and distribution of private transactions for Quorum.
module tessera.encryption.kalium {
requires kalium;
requires org.slf4j;
requires tessera.encryption.api;
provides com.quorum.tessera.encryption.EncryptorFactory with
com.quorum.tessera.encryption.nacl.kalium.KaliumFactory;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy