[#CPrivKey] = CPrivKey :mrdocs: CPrivKey is a serialized private key, with all parameters included (SIZE bytes) == Synopsis Declared in `<key.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef std::vector<unsigned char, secure_allocator<unsigned char>> CPrivKey; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#