Initialize a public key using begin/end iterators to byte data.
Declared in <pubkey.h>
template<typename T>
void
Set(
T const pbegin,
T const pend);
| Name | Description |
|---|---|
| pbegin | Iterator to the first byte of the serialized key. |
| pend | Iterator past the last byte of the serialized key. |