Construct a new ellswift public key from a given serialization.

Synopsis

Declared in <pubkey.h>

EllSwiftPubKey(std::span<std::byte const> ellswift) noexcept;

Parameters

Name

Description

ellswift

The 64‐byte ellswift serialization.

Created with MrDocs