https://github.com/rustcrypto/elgamal
WIP implementation of the ElGamal public key cryptosystem
https://github.com/rustcrypto/elgamal
Last synced: about 1 month ago
JSON representation
WIP implementation of the ElGamal public key cryptosystem
- Host: GitHub
- URL: https://github.com/rustcrypto/elgamal
- Owner: RustCrypto
- License: mit
- Created: 2024-03-26T18:29:15.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T18:29:16.000Z (almost 2 years ago)
- Last Synced: 2025-10-16T02:23:10.845Z (5 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ElGamal
WIP implementation of the ElGamal public key cryptosystem