1#ifndef SOURCEMETA_CORE_CRYPTO_SHA1_H_
2#define SOURCEMETA_CORE_CRYPTO_SHA1_H_
4#ifndef SOURCEMETA_CORE_CRYPTO_EXPORT
5#include <sourcemeta/core/crypto_export.h>
12namespace sourcemeta::core {
26auto SOURCEMETA_CORE_CRYPTO_EXPORT
sha1(
const std::string_view input,
27 std::ostream &output) -> void;
39auto SOURCEMETA_CORE_CRYPTO_EXPORT
sha1(
const std::string_view input)
auto SOURCEMETA_CORE_CRYPTO_EXPORT sha1(const std::string_view input, std::ostream &output) -> void