08.08.2013, 19:10
Quote:
There's a bug when I try to use sha2_hmac:
Код:
Erorr native function sha2_file: Expecting 3 parameter(s), but found 4 Код:
AMX_NATIVE_INFO Encrypt_natives[] = { { "sha1", n_sha1 }, { "sha1_file", n_sha1_file }, { "sha1_hmac", n_sha1_hmac }, { "sha2", n_sha2 }, { "sha2_file", n_sha2_file }, { "sha2_hmac", n_sha2_file }, { "md5", n_md5 }, { "md5_file", n_md5_file }, { "md5_hmac", n_md5_hmac }, { 0, 0 } }; |