Initialize a public key using begin/end iterators to byte data.

Synopsis

Declared in <pubkey.h>

template<typename T>
void
Set(
    T const pbegin,
    T const pend);

Parameters

Name

Description

pbegin

Iterator to the first byte of the serialized key.

pend

Iterator past the last byte of the serialized key.

Created with MrDocs