Security Scol plugin
secblockfwd.h
Go to the documentation of this file.
1// secblockfwd.h - written and placed in the public domain by Jeffrey Walton
2
9
10#ifndef CRYPTOPP_SECBLOCKFWD_H
11#define CRYPTOPP_SECBLOCKFWD_H
12
13#include "config.h"
14
15NAMESPACE_BEGIN(CryptoPP)
16
17template <class T, class A>
18class SecBlock;
19
20template <class T, bool A>
22
26
27NAMESPACE_END
28
29#endif // CRYPTOPP_SECBLOCKFWD_H
Allocates a block of memory with cleanup.
Definition secblock.h:188
Secure memory block with allocator and cleanup.
Definition secblock.h:731
Library configuration file.