[][src]Module pgp::crypto::ecdh

Functions

build_ecdh_param

Build param for ECDH algorithm (as defined in RFC 6637) https://tools.ietf.org/html/rfc6637#section-8

decrypt

ECDH decryption.

encrypt

ECDH encryption.

generate_key

Generate an ECDH KeyPair. Currently only support ED25519.