#include using namespace Botan; auto h = HashFunction::create("MD5"); int main() { return 0; }