16.10.2013, 12:33
Is this wrong? Your output is inputtext.
You could try this:
Код:
hhash(H_SHA256, inputtext, inputtext, 129);
Код:
new hashed[H_SHA256_LEN];//you have constant for output size? hhash(H_SHA256,inputtext,hashed,H_SHA256_LEN);