ke-chappel.oss.commons.encryption.1.0.17.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 Show documentation
Show all versions of encryption Show documentation
A simplified encryption library implementing common, modern algorithms
module io.github.lc.oss.commons.encryption {
requires io.github.lc.oss.commons.encoding;
requires io.github.lc.oss.commons.util;
exports io.github.lc.oss.commons.encryption;
exports io.github.lc.oss.commons.encryption.ephemeral;
}