Module secp256k1::ecdh

source ·
Expand description

Support for shared secret computations.

Structs

Enables two parties to create a shared secret without revealing their own secrets.

Functions

Creates a shared point from public key and secret key.