Compare two ellswift public keys for equality.

Synopsis

Declared in <pubkey.h>

bool
operator==(
    EllSwiftPubKey const& a,
    EllSwiftPubKey const& b);

Return Value

true if both keys have identical bytes.

Parameters

Name

Description

a

The left‐hand ellswift public key.

b

The right‐hand ellswift public key.

Created with MrDocs