mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-17 06:37:24 +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) {
|
||||
return details::Sha<kSha1Size>(
|
||||
SHA_CTX(),
|
||||
SHA_Init,
|
||||
SHA_Update,
|
||||
SHA_Final,
|
||||
SHA1_Init,
|
||||
SHA1_Update,
|
||||
SHA1_Final,
|
||||
args...);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue