[#EllSwiftPubKey-2constructor-00] = xref:EllSwiftPubKey.adoc[EllSwiftPubKey]::EllSwiftPubKey :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<pubkey.h>` Default constructor creates all‐zero pubkey (which is valid). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:EllSwiftPubKey/2constructor-09.adoc[EllSwiftPubKey]() noexcept = default; ---- [.small]#xref:EllSwiftPubKey/2constructor-09.adoc[_» more..._]# Construct a new ellswift public key from a given serialization. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EllSwiftPubKey/2constructor-08.adoc[EllSwiftPubKey](std::span<std::byte const> ellswift) noexcept; ---- [.small]#xref:EllSwiftPubKey/2constructor-08.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *ellswift* | The 64‐byte ellswift serialization. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#