hello all,
I have a question related to vc.
I am going to convert some php code to vc,
But I got some trouble on the following php code:
bin2hex(mhash(MHASH_SHA1, $input));
I dont know which function in VC equal to this php functions.
Can anyone teach me how to convert it to vc?
thx & regards