Exemplo n.º 1
0
 override protected byte[] HashFinal()
 {
     byte[] buffer = new byte[bytes];
     SodiumLibrary.crypto_generichash_final(hashStatePtr, buffer, bytes);
     return(buffer);
 }