package
0.0.0-20160518072526-27db609c9d03
Repository: https://github.com/bford/golang-x-crypto.git
Documentation: pkg.go.dev

# Functions

Decrypt takes two integers, resulting from an ElGamal encryption, and returns the plaintext of the message.
Encrypt encrypts the given message to the given public key.

# Structs

PrivateKey represents an ElGamal private key.
PublicKey represents an ElGamal public key.