Skip to content

Commit

Permalink
Script updating gh-pages from 4197573. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Apr 3, 2024
1 parent 9d818e2 commit 661e7c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,8 @@ <h3 id="name-notation">
<p id="section-1.2-2.3.1">Elliptic curve operations are written in additive notation:
<code>+</code> denotes point addition, i.e., the curve group operation;
<code>*</code> denotes point multiplication, i.e., repeated point addition;
and <code>+</code> also denotes scalar addition modulo the curve order.<a href="#section-1.2-2.3.1" class="pilcrow"></a></p>
and <code>+</code> also denotes scalar addition modulo the curve order.
<code>*</code> has higher precedence than <code>+</code>, i.e., <code>a + b * C</code> is equivalent to <code>a + (b * C)</code>.<a href="#section-1.2-2.3.1" class="pilcrow"></a></p>
</li>
<li class="normal" id="section-1.2-2.4">
<p id="section-1.2-2.4.1"><code>Random(min_inc, max_exc)</code> represents a cryptographically secure random integer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ Table of Contents
* Elliptic curve operations are written in additive notation: +
denotes point addition, i.e., the curve group operation; * denotes
point multiplication, i.e., repeated point addition; and + also
denotes scalar addition modulo the curve order.
denotes scalar addition modulo the curve order. * has higher
precedence than +, i.e., a + b * C is equivalent to a + (b * C).

* Random(min_inc, max_exc) represents a cryptographically secure
random integer greater than or equal to min_inc and strictly less
Expand Down

0 comments on commit 661e7c3

Please sign in to comment.