Fix spacing for bullet points to appear

Bullet points now appear properly for the last paragraph under the Data Independent Timing section.
This commit is contained in:
Yusef Karim 2021-03-15 16:25:50 -04:00 committed by Rupert Swarbrick
parent 6576247a1e
commit 62b1a30c7d

View file

@ -21,6 +21,7 @@ This makes it more difficult for an external observer to infer secret data by ob
In Ibex, most instructions already execute independent of their input operands.
When data-independent timing is enabled:
* Branches execute identically regardless of their taken/not-taken status
* Early completion of multiplication by zero/one is removed
* Early completion of divide by zero is removed