#pragma once #include "biboumi.h" #ifdef BOTAN_FOUND #include namespace base64 { std::string encode(const std::string& input); } #endif