mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
parent
d98bbca353
commit
46946c7323
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue