https://github.com/str4d/i2p_elgamal
Rust implementation of I2P's 2048-bit ElGamal primitive
https://github.com/str4d/i2p_elgamal
Last synced: about 1 year ago
JSON representation
Rust implementation of I2P's 2048-bit ElGamal primitive
- Host: GitHub
- URL: https://github.com/str4d/i2p_elgamal
- Owner: str4d
- License: other
- Created: 2019-01-13T04:05:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T04:09:18.000Z (over 7 years ago)
- Last Synced: 2025-06-08T02:39:04.753Z (about 1 year ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# i2p_elgamal
Implementation of I2P's ElGamal public-key encryption scheme over the 2048-bit
MODP DH group.
This implementation is not constant-time (yet).
The original implementation in Java I2P was based on algorithms 8.17 and 8.18
specified in section 8.4.1 of the Handbook of Applied Cryptography.