Initialize using begin and end iterators to byte data.
Declared in <key.h>
template<typename T>
void
Set(
T const pbegin,
T const pend,
bool fCompressedIn);
| 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. |