Obfuscation::Unserialize

Read the key from a length-prefixed byte vector, throwing on a wrong size.

Synopsis

Declared in <util/obfuscation.h>

template<typename Stream>
void
Unserialize(Stream& s);

Parameters

NameDescription
sThe input stream to read from.