1#ifndef SOURCEMETA_CORE_CRYPTO_FNV128_H_
2#define SOURCEMETA_CORE_CRYPTO_FNV128_H_
4#ifndef SOURCEMETA_CORE_CRYPTO_EXPORT
5#include <sourcemeta/core/crypto_export.h>
14namespace sourcemeta::core {
26auto SOURCEMETA_CORE_CRYPTO_EXPORT
fnv128_digest(
const std::string_view input)
27 -> std::array<std::uint8_t, 16>;
42auto SOURCEMETA_CORE_CRYPTO_EXPORT
fnv128(
const std::string_view input,
43 std::ostream &output) -> void;
55auto SOURCEMETA_CORE_CRYPTO_EXPORT
fnv128(
const std::string_view input)
auto SOURCEMETA_CORE_CRYPTO_EXPORT fnv128_digest(const std::string_view input) -> std::array< std::uint8_t, 16 >
auto SOURCEMETA_CORE_CRYPTO_EXPORT fnv128(const std::string_view input, std::ostream &output) -> void