protected override void HashCore(byte[] array, int ibStart, int cbSize)
 {
     _implementation.HashCore(array, ibStart, cbSize);
 }