| 类 | 说明 |
|---|---|
| PaillierCrypto |
同态加密算法Paillier
来自:https://github.com/peterstefanov/paillier 来自:https://github.com/dromara/hutool/pull/3131 加法同态,存在有效算法+,E(x+y)=E(x)+E(y)或者 x+y=D(E(x)+E(y))成立,并且不泄漏 x 和 y。 |
| PaillierKey |
Paillier算法密钥
|
| PaillierKeyPairGenerator |
Paillier算法密钥对生成器
参考:https://github.com/peterstefanov/paillier |
| PaillierPrivateKey |
Paillier算法公钥
|
| PaillierPublicKey |
Paillier算法公钥
|
Copyright © 2023. All rights reserved.