MRL's paper is confusing, it's better to read the source code.
There is a new output we want to make a "range proof".
We split it in four, we get:
because
For the first line, we get
We know:
- The first point's secret key is
$a_0$ . - We can't compute the second point's secret key.
- The difference between the tow points is
$1H$ .
We sign a ring signature on these two points, a ring contains only two points.
It's easy to verify this signature because:
The second line is similar but we should change the order of
At last we make four range proof.
In practice, the code is a little different for space-saving.