public void ProcessWord( byte[] input, int inOff) { W[wOff] = Pack.BE_To_UInt64(input, inOff); if(++wOff == 16) { ProcessBlock(); } }