EllSwiftPubKey

An ElligatorSwift-encoded public key.

Synopsis

Declared in <pubkey.h>

struct EllSwiftPubKey;

Member Functions

NameDescription
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

NameDescription
size Number of bytes in an ellswift public key.

Friends

NameDescription
operator==Compare two ellswift public keys for equality.