pub fn decrypt(
secret_key: &ElGamalSecretKey,
ciphertext: &ElGamalCiphertext,
) -> ElGamalResult<u64>Expand description
Decrypt an ElGamal ciphertext
Uses baby-step giant-step algorithm for discrete log Works for small messages (up to 2^32)