|
UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
|
#include <address.hpp>
Public Member Functions | |
| std::string | encode (Network net=Network::Mainnet) const |
Public Attributes | |
| fast::Point | scan_pubkey |
| fast::Point | spend_pubkey |
Definition at line 148 of file address.hpp.
| std::string secp256k1::SilentPaymentAddress::encode | ( | Network | net = Network::Mainnet | ) | const |
| fast::Point secp256k1::SilentPaymentAddress::scan_pubkey |
Definition at line 149 of file address.hpp.
Referenced by ufsecp_silent_payment_create_output().
| fast::Point secp256k1::SilentPaymentAddress::spend_pubkey |
Definition at line 150 of file address.hpp.
Referenced by ufsecp_silent_payment_create_output().