#ifndef SHA1_HH #define SHA1_HH #include // IWYU pragma: export #include // IWYU pragma: export #include // IWYU pragma: export namespace sha1 { std::array hash(std::span input); std::array hash(std::span input); } // namespace sha1 #endif // SHA1_HH