#pragma once

#include <string>

std::string sha1(const std::string& input);