mirror of https://github.com/procxx/kepka.git
parent
d98bbca353
commit
46946c7323
|
@ -388,9 +388,9 @@ template <
|
||||||
inline bytes::vector Sha1(Args &&...args) {
|
inline bytes::vector Sha1(Args &&...args) {
|
||||||
return details::Sha<kSha1Size>(
|
return details::Sha<kSha1Size>(
|
||||||
SHA_CTX(),
|
SHA_CTX(),
|
||||||
SHA_Init,
|
SHA1_Init,
|
||||||
SHA_Update,
|
SHA1_Update,
|
||||||
SHA_Final,
|
SHA1_Final,
|
||||||
args...);
|
args...);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue