View Single Post
pheadxdll
AlliedModders Donor
Join Date: Jun 2008
Old 01-28-2013 , 14:25   Re: [INC] SHA-1 hashing stocks
Reply With Quote #3

This doesn't compile anymore

Code:
    new input[1];
    while(!IsEndOfFile(hFile))
    {
        ReadFileCell(hFile, input[1])
        SHA1Input(Context, input, 1);
    }
ReadFileCell has changed- I tried to fix it briefly but I couldn't verify the computed hash..
__________________

Last edited by pheadxdll; 01-28-2013 at 14:28.
pheadxdll is offline