Contains a unitary test of the random oracle, i.e. the cryptoTools::RO class. More...
Go to the source code of this file.
Functions | |
void | printBytes (std::vector< uint8_t > v) |
int | main (void) |
Contains a unitary test of the random oracle, i.e. the cryptoTools::RO class.
This test is a unitary test since the behaviour of this class basically boils down to outputing numbers. Note however that the only for only one number for each hashfunction is used: this is not a lot.
Definition in file rotest.cpp.
int main | ( | void | ) |
Definition at line 33 of file rotest.cpp.
void printBytes | ( | std::vector< uint8_t > | v | ) |
Definition at line 25 of file rotest.cpp.