CKey::Set

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

NameDescription
pbeginIterator to the first byte of the key material.
pendIterator past the last byte of the key material.
fCompressedInWhether the corresponding public key should be compressed.