Expand description

ElGamal encryption scheme with SECP256k1 curve. According to https://crypto.stackexchange.com/a/45042

Enums

Errors during ElGamal encryption/decryption

Functions

Decrypts provided byte string using specified decryption and unblinding keys according to LNPBP-31 ElGamal schema

Encrypts provided byte string using specified encryption and blinding keys according to LNPBP-31 ElGamal schema