Secure byte buffer used to hold sensitive key material in memory.

Synopsis

Declared in <wallet/crypter.h>

typedef std::vector<unsigned char, secure_allocator<unsigned char>> CKeyingMaterial;

Created with MrDocs