blob: c14fc56d9db9532ecb6afbe340acca59ffc2ad51 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef BOTAN_TEST_VALIDATE_H__
#define BOTAN_TEST_VALIDATE_H__
u32bit do_validation_tests(const std::string&, bool = true);
u32bit do_bigint_tests(const std::string&);
u32bit do_pk_validation_tests(const std::string&);
#endif
|