Directory dependency graph for cryptotools/:Directories | |
| directory | prg |
| directory | ro |
| directory | sha |
Files | |
| file | cryptotools.hpp [code] |
| Allows other parts of the program to include only one file when using classes from the cryptotools library. | |
| file | prgtest.cpp [code] |
| Performs a brief test of the pseudo-random generator, i.e. the cryptoTools::PRG class. | |
| file | rotest.cpp [code] |
| Contains a unitary test of the random oracle, i.e. the cryptoTools::RO class. | |
| file | shatest.cpp [code] |
| A unitary test to check that the hashfunctions implementing the cryptoTools::SHAx interface compute the correct hashes using test vectors from the NIST. | |