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