All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.quorum.tessera.encryption-kalium.24.4.0.source-code.module-info Maven / Gradle / Ivy

Go to download

Tessera is a stateless Java system that is used to enable the encryption, decryption, and distribution of private transactions for Quorum.

There is a newer version: 24.4.2
Show newest version
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