An ElligatorSwift‐encoded public key.

Synopsis

Declared in <pubkey.h>

struct EllSwiftPubKey;

Member Functions

Name

Description

EllSwiftPubKey [constructor]

Constructors

Decode

Decode to normal compressed CPubKey (for debugging purposes).

begin

Iterator to the first byte of the ellswift serialization.

data

Pointer to the first byte of the ellswift serialization.

end

Iterator past the last byte of the ellswift serialization.

Static Member Functions

Name

Description

size

Number of bytes in an ellswift public key.

Friends

Name

Description

operator==

Compare two ellswift public keys for equality.

Created with MrDocs