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