Skip to content
#

elgamal

Here are 9 public repositories matching this topic...

Private Set Intersection (PSI) is a famous secure two-party computation (2PC) problem where two parties (client and server) want to jointly compute the intersection of their inputs sets without revealing additional information about the input sets. Our implementation offers open-source research code to perform fast privacy-preserving set interse...

  • Updated Apr 19, 2023
  • C++

C++ implementation of cryptographic algorithms such as AES, DES, RSA, DSA, ECC (elliptic curve), MD5, Diffie_Hellman, ElGamal, Caesar cipher, and shift cipher. AES、DES、RSA、DSA、ECC(椭圆曲线)、MD5、Diffie_Hellman、ElGamal、凯撒密码、移位密码等密码学算法的C++实现。

  • Updated Feb 16, 2023
  • C++

Improve this page

Add a description, image, and links to the elgamal topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the elgamal topic, visit your repo's landing page and select "manage topics."

Learn more