Initialize a BIP324 cipher with specified key (testing only).
Declared in <bip324.h>
BIP324Cipher(
CKey const& key,
EllSwiftPubKey const& pubkey) noexcept;
| Name | Description |
|---|---|
| key | Our private key used for the ECDH key exchange. |
| pubkey | Our precomputed ElligatorSwift-encoded public key. |