[#EllSwiftPubKey] = EllSwiftPubKey :mrdocs: An ElligatorSwift‐encoded public key. == Synopsis Declared in `<pubkey.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct EllSwiftPubKey; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:EllSwiftPubKey/2constructor-00.adoc[`EllSwiftPubKey`] [.small]#[constructor]# | Constructors | xref:EllSwiftPubKey/Decode.adoc[`Decode`] | Decode to normal compressed CPubKey (for debugging purposes). | xref:EllSwiftPubKey/begin.adoc[`begin`] | Iterator to the first byte of the ellswift serialization. | xref:EllSwiftPubKey/data.adoc[`data`] | Pointer to the first byte of the ellswift serialization. | xref:EllSwiftPubKey/end.adoc[`end`] | Iterator past the last byte of the ellswift serialization. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:EllSwiftPubKey/size.adoc[`size`] | Number of bytes in an ellswift public key. |=== == Friends [cols="1,4"] |=== | Name| Description | `xref:operator_eq-00b.adoc[operator==]` | Compare two ellswift public keys for equality. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#