sourcehut
Log in
—
Register
~singpolyma
/
biboumi
summary
tree
log
refs
ref:
99a4ddedaf903d27b781341108433ae2d9533ad1
biboumi
/
louloulibs
/
utils
/sha1.hpp
-rw-r--r--
77 bytes
View
Log
Blame
View raw
99a4dded
— louiz’ Remove the embedded sha1 code, and use one of botan or gcrypt
5 years ago
1
2
3
4
5
#pragma once
#include
<string>
std
::
string
sha1
(
const
std
::
string
&
input
);