[#EllSwiftPubKey-2constructor-08] = xref:EllSwiftPubKey.adoc[EllSwiftPubKey]::EllSwiftPubKey :relfileprefix: ../ :mrdocs: Construct a new ellswift public key from a given serialization. == Synopsis Declared in `<pubkey.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- EllSwiftPubKey(std::span<std::byte const> ellswift) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *ellswift* | The 64‐byte ellswift serialization. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#