Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找 Elgamal 加密算法的免费实现。据我所知,尽管它是一种广为人知的算法,但似乎只有两种免费实现:
OpenSSL、beecrypt、Nettle 没有实现 Elgamal。
列表中是否缺少任何其他免费且经过良好测试的 Elgamal 实现?
Crypto++有ElGamal 支持。
不久前我使用了 Crypto++ 对称密码学,它似乎得到了很好的支持和很好的测试(它有一个名为 的单元测试ValidateElGamal())。
ValidateElGamal()