Obfuscation::Serialize

Serialize the key as a length-prefixed byte vector.

Synopsis

Declared in <util/obfuscation.h>

template<typename Stream>
void
Serialize(Stream& s) const;

Parameters

NameDescription
sThe output stream to write to.