#ifndef OB_CRYPTO_HH #define OB_CRYPTO_HH #include namespace Crypto { std::string sha256(std::string const str); } // namespace Crypto #endif // OB_CRYPTO_HH