Hhash_hmah problem
#1

Hello;
Have a problem with hhash_hmah
PHP код:
C:\Users\Casa\Desktop\JustRP.pwn(391) : error 035argument type mismatch (argument 4)
C:\Users\Casa\Desktop\JustRP.pwn(449) : error 035argument type mismatch (argument 4)
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
2 Errors

..

PHP код:
native hhash_hmac(algidinput[], key[], buffer[], buflen); 
.. 391
PHP код:
   case DIALOG_LOGIN:
        {
            new 
HashedPassword[129];
            
hhash_hmac(H_SHA256inputtextHashedPasswordH_SHA256_LEN); 
..449
PHP код:
       hhash_hmac(H_SHA256inputtextPlayerInfo[playerid][pPass], H_SHA256_LEN); 

and .. and above I have defined

PHP код:
#define H_MD5            1
#define H_SHA1            2
#define H_SHA256        3
#define H_SHA512        4
#define H_RIPEMD160        5
#define H_WHIRLPOOL        6
#define H_MD5_LEN    32
#define H_SHA1_LEN    40
#define H_SHA256_LEN    64
#define H_SHA512_LEN    128
#define H_RIPEMD160_LEN    40
#define H_WHIRLPOOL_LEN    128 
Reply


Messages In This Thread
Hhash_hmah problem - by Jajetin - 16.10.2013, 15:05
Re: Hhash_hmah problem - by Misiur - 16.10.2013, 15:23
Re: Hhash_hmah problem - by Jajetin - 16.10.2013, 15:27
Re: Hhash_hmah problem - by Misiur - 16.10.2013, 15:29
Re: Hhash_hmah problem - by Jajetin - 16.10.2013, 15:39
Re: Hhash_hmah problem - by Misiur - 16.10.2013, 15:41
Re: Hhash_hmah problem - by Jajetin - 16.10.2013, 15:52

Forum Jump:


Users browsing this thread: 1 Guest(s)