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
Name |
Description |
s |
The input stream to read from. |
Created with MrDocs