|
| bool | compare (const std::string &name, const std::string &actual, const std::string &expected) |
| |
| template<typename H , template< typename > class M, typename std::enable_if<!digestpp::detail::is_xof< H >::value >::type * = nullptr> |
| std::string | get_digest (size_t, digestpp::hasher< H, M > &hasher) |
| |
| template<typename H , template< typename > class M, typename std::enable_if<!digestpp::detail::is_xof< H >::value >::type * = nullptr> |
| bool | is_xof (const digestpp::hasher< H, M > &) |
| |
| template<typename H > |
| bool | update_test (const std::string &name, const H &h) |
| |
| template<typename XOF > |
| bool | xof_test (const std::string &name, const std::string &ts) |
| |
| void | test_examples () |
| |
| void | basic_self_test () |
| |
| int | main () |
| |