Constructors
Declared in <pubkey.h>
Default constructor creates all-zero pubkey (which is valid).
constexpr
EllSwiftPubKey() noexcept = default;
» more...
Construct a new ellswift public key from a given serialization.
EllSwiftPubKey(std::span<std::byte const> ellswift) noexcept;
» more...
| Name | Description |
|---|---|
| ellswift | The 64-byte ellswift serialization. |