Name Description Size
buf_comp.cpp 1367
buf_comp.h This class represents any kind of computation which uses an internal state, such as hash functions or MACs 4316
info.txt 203
secmem.h Assert exists to prevent someone from doing something that will probably crash anyway (like secure_vector<non_POD_t> where ~non_POD_t deletes a member pointer which was zeroed before it ran). MSVC in debug mode uses non-integral proxy types in container types like std::vector, thus we disable the check there. 3825
sym_algo.cpp 615
sym_algo.h Represents the length requirements on an algorithm key 4568
symkey.cpp Create an OctetString from RNG output 2403
symkey.h Octet String 3617