Skip to content

Commit

Permalink
[skip ci] deploy gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
CjS77 committed Dec 6, 2023
1 parent a74cfc7 commit a24322c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
11 changes: 6 additions & 5 deletions RFC-0202_TariScriptOpcodes.html
Original file line number Diff line number Diff line change
Expand Up @@ -444,12 +444,12 @@ <h5 id="checkmultisigverifyaggregatepubkeym-n-public-keys-msg"><a class="header"
<ul>
<li>Fails with <code>VerifyFailed</code> if any signature is invalid.</li>
</ul>
<h5 id="toristrettopoint"><a class="header" href="#toristrettopoint">ToRistrettoPoint,</a></h5>
<p>Pops the top element from the stack, either a scalar or a hash, calculates the corresponding Ristretto point,
and pushes the result to the stack. </p>
<h5 id="toristrettopoint"><a class="header" href="#toristrettopoint">ToRistrettoPoint</a></h5>
<p>Pops the top element from the stack (either a scalar or a hash), parses it canonically as a Ristretto secret key if possible, computes the corresponding Ristretto public key, and pushes this value to the stack.</p>
<ul>
<li>Fails with <code>StackUnderflow</code> if the stack is empty. </li>
<li>Fails with <code>IncompatibleTypes</code> if the stack item is not a valid 32 byte sequence.</li>
<li>Fails with <code>StackUnderflow</code> if the stack is empty.</li>
<li>Fails with <code>IncompatibleTypes</code> if the stack item is not either a scalar or a hash.</li>
<li>Fails with <code>InvalidInput</code> if the stack item cannot be canonically parsed as a Ristretto secret key.</li>
</ul>
<h3 id="miscellaneous"><a class="header" href="#miscellaneous">Miscellaneous</a></h3>
<h5 id="return"><a class="header" href="#return">Return</a></h5>
Expand Down Expand Up @@ -647,6 +647,7 @@ <h1 id="change-log"><a class="header" href="#change-log">Change Log</a></h1>
<tr><td align="left">27 Sep 2022</td><td align="left">Add aggregate signatures to transaction inputs and outputs</td><td align="left">hansieodendaal</td></tr>
<tr><td align="left">28 Sep 2022</td><td align="left">Minor update to reflect implementation</td><td align="left">sdbondi</td></tr>
<tr><td align="left">11 Nov 2022</td><td align="left">Update for code review/audit</td><td align="left">hansieodendaal</td></tr>
<tr><td align="left">20 Nov 2023</td><td align="left">Update <code>ToRistrettoPoint</code> documentation</td><td align="left">AaronFeickert</td></tr>
</tbody></table>

</main>
Expand Down
11 changes: 6 additions & 5 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -4631,12 +4631,12 @@ <h5 id="checkmultisigverifyaggregatepubkeym-n-public-keys-msg"><a class="header"
<ul>
<li>Fails with <code>VerifyFailed</code> if any signature is invalid.</li>
</ul>
<h5 id="toristrettopoint"><a class="header" href="#toristrettopoint">ToRistrettoPoint,</a></h5>
<p>Pops the top element from the stack, either a scalar or a hash, calculates the corresponding Ristretto point,
and pushes the result to the stack. </p>
<h5 id="toristrettopoint"><a class="header" href="#toristrettopoint">ToRistrettoPoint</a></h5>
<p>Pops the top element from the stack (either a scalar or a hash), parses it canonically as a Ristretto secret key if possible, computes the corresponding Ristretto public key, and pushes this value to the stack.</p>
<ul>
<li>Fails with <code>StackUnderflow</code> if the stack is empty. </li>
<li>Fails with <code>IncompatibleTypes</code> if the stack item is not a valid 32 byte sequence.</li>
<li>Fails with <code>StackUnderflow</code> if the stack is empty.</li>
<li>Fails with <code>IncompatibleTypes</code> if the stack item is not either a scalar or a hash.</li>
<li>Fails with <code>InvalidInput</code> if the stack item cannot be canonically parsed as a Ristretto secret key.</li>
</ul>
<h3 id="miscellaneous"><a class="header" href="#miscellaneous">Miscellaneous</a></h3>
<h5 id="return"><a class="header" href="#return">Return</a></h5>
Expand Down Expand Up @@ -4834,6 +4834,7 @@ <h1 id="change-log-14"><a class="header" href="#change-log-14">Change Log</a></h
<tr><td align="left">27 Sep 2022</td><td align="left">Add aggregate signatures to transaction inputs and outputs</td><td align="left">hansieodendaal</td></tr>
<tr><td align="left">28 Sep 2022</td><td align="left">Minor update to reflect implementation</td><td align="left">sdbondi</td></tr>
<tr><td align="left">11 Nov 2022</td><td align="left">Update for code review/audit</td><td align="left">hansieodendaal</td></tr>
<tr><td align="left">20 Nov 2023</td><td align="left">Update <code>ToRistrettoPoint</code> documentation</td><td align="left">AaronFeickert</td></tr>
</tbody></table>
<div id="chapter_begin" style="break-before: page; page-break-before: always;"></div><h1 id="rfc-0204tariscriptexamples"><a class="header" href="#rfc-0204tariscriptexamples">RFC-0204/TariScriptExamples</a></h1>
<p>$$
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit a24322c

Please sign in to comment.