12.08.2012, 10:49
Quote:
If you want my advice try to use this ... https://sampforum.blast.hk/showthread.php?tid=65290
Код:
#include <a_samp> native WP_Hash(buffer[], len, const str[]); main() { new buf[129]; printf("hash"); WP_Hash(buf, sizeof (buf), "The quick brown fox jumps over the lazy dog"); print(buf); } |
So no whirlpool doesn't support what i need.