mirror of
https://github.com/libssh2/libssh2.git
synced 2025-12-08 03:42:13 +03:00
4bb166a2a83efc62e94cac7e687a9e6f7586833c
File: bcrypt_pbkdf.c
Notes:
blf_enc() takes a number of 64-bit blocks to encrypt, but using
sizeof(uint64_t) in the calculation triggers a warning with
clang 10 because the actual data type is uint32_t. Pass
BCRYPT_BLOCKS / 2 for the number of blocks like libc bcrypt(3)
does.
Ref: 04a2240bd8
Fixes #562
Credit:
Viktor Szakats
libssh2 - SSH2 library
libssh2 is a library implementing the SSH2 protocol, available under the revised BSD license.
Installation instructions:
Description
libssh2 - это библиотека, реализующая протокол SSH2, доступная по пересмотренной лицензии BSD
Languages
C
85.1%
M4
3.6%
CMake
3.5%
Shell
2.6%
RPGLE
1.7%
Other
3.2%