i2p_elgamal

Crates.ioi2p_elgamal
lib.rsi2p_elgamal
version0.1.0
sourcesrc
created_at2018-09-24 12:35:55.877044
updated_at2018-09-24 13:30:55.026044
descriptionImplementation of I2P's 2048-bit ElGamal primitive
homepagehttps://github.com/str4d/i2p_elgamal
repositoryhttps://github.com/str4d/i2p_elgamal
max_upload_size
id86292
size35,465
Jack Grigg (str4d)

documentation

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.

Commit count: 9

cargo fmt