.quorum.tessera.argon2.22.1.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 argon2 Show documentation
Show all versions of argon2 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.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