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