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

cn.t.util.security.message.encryption.elgamal.package-info Maven / Gradle / Ivy

There is a newer version: 1.0.16.RELEASE
Show newest version
package cn.t.util.security.message.encryption.elgamal;

/**
 * ElGaml算法
 * 基于离散对数
 * 只支持公钥加密算法
 * JDK没有提供实现, 由Bouncy Castle(BC)提供实现
 * 密钥长度: 160 ~ 16384(8的整数倍)
 */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy