| buf_comp.cpp |
|
1378 |
- |
| buf_comp.h |
This class represents any kind of computation which uses an internal
state, such as hash functions or MACs
|
4356 |
- |
| info.txt |
|
203 |
- |
| secmem.h |
Check 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.
|
4202 |
- |
| sym_algo.cpp |
|
615 |
- |
| sym_algo.h |
Represents the length requirements on an algorithm key
|
4897 |
- |
| symkey.cpp |
Create an OctetString from RNG output
|
2366 |
- |
| symkey.h |
Octet String
|
3617 |
- |