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

.quorum.tessera.argon2.22.1.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.argontwo {
  requires de.mkammerer.argon2;
  requires tessera.shared;
  requires org.slf4j;

  exports com.quorum.tessera.argon2;

  uses com.quorum.tessera.argon2.Argon2;

  provides com.quorum.tessera.argon2.Argon2 with
      com.quorum.tessera.argon2.Argon2Impl;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy