#pragma once #include #include #define SHA256_DIGEST_LENGTH 32 namespace hash { std::vector sha256(const std::vector &data); }