~singpolyma/biboumi

ref: 7b3e0e0cf3eddd3537455a3605b04a48ee663f47 biboumi/src/utils/sha1.hpp -rw-r--r-- 77 bytes
7b3e0e0c — louiz’ Make botan’s policy configurable from a file 5 years ago
                                                                                
99a4dded louiz’
e1a7114c Florent Le Coz
99a4dded louiz’
e1a7114c Florent Le Coz
99a4dded louiz’
1
2
3
4
5
#pragma once

#include <string>

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