public void SetInput(byte[] inputBytes, int offset, int length) { input.SetInput(inputBytes, offset, length); // append the bytes }
public void SetInput(Memory <byte> inputBytes) => _input.SetInput(inputBytes);