2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 18:08:16 +00:00
kea/compiler-checks/botan-hash.cc
2025-07-22 16:49:16 +02:00

8 lines
115 B
C++

#include <botan/hash.h>
using namespace Botan;
auto h = HashFunction::create("MD5");
int main() {
return 0;
}