Initialize using begin and end iterators to byte data.
Synopsis
Declared in <key.h>
template<typename T>
void
Set(
T const pbegin,
T const pend,
bool fCompressedIn);
Parameters
Name |
Description |
pbegin |
Iterator to the first byte of the key material. |
pend |
Iterator past the last byte of the key material. |
fCompressedIn |
Whether the corresponding public key should be compressed. |
Created with MrDocs