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