Skip to content

Commit 5343385

Browse files
author
ID Bot
committed
Script updating gh-pages from 5966a7c. [ci skip]
1 parent fa8c539 commit 5343385

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

notation/draft-davidben-tls-merkle-tree-certs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@ <h2 id="name-conventions-and-definitions">
14691469
<p id="section-2-3"><code>U+</code> followed by four hexadecimal characters denotes a Unicode codepoint, to be encoded in UTF-8 <span>[<a href="#RFC3629" class="cite xref">RFC3629</a>]</span>. <code>0x</code> followed by two hexadecimal characters denotes a byte value in the 0-255 range.<a href="#section-2-3" class="pilcrow"></a></p>
14701470
<p id="section-2-4"><code>[start, end)</code>, where <code>start &lt;= end</code>, denotes the half-open interval containing integers <code>x</code> such that <code>start &lt;= x &lt; end</code>.<a href="#section-2-4" class="pilcrow"></a></p>
14711471
<p id="section-2-5">Given a non-negative integer <code>n</code>, <code>LSB(n)</code> refers to the least-significant bit of <code>n</code>'s binary representation. Equivalently, it is the remainder when <code>n</code> is divided by 2.<a href="#section-2-5" class="pilcrow"></a></p>
1472-
<p id="section-2-6">To <em>right-shift</em> a non-negative integer <code>n</code> by one bit is to shift all bits in its binary representation by one bit, discarding the least-significant bit. Equivalently, it is the floor of <code>n</code> divided by 2.<a href="#section-2-6" class="pilcrow"></a></p>
1472+
<p id="section-2-6">To <em>right-shift</em> a non-negative integer <code>n</code> is to shift each bit in its binary representation to one lower position, discarding the least-significant bit. Equivalently, it is the floor of <code>n</code> divided by 2.<a href="#section-2-6" class="pilcrow"></a></p>
14731473
<div id="terminology-and-roles">
14741474
<section id="section-2.1">
14751475
<h3 id="name-terminology-and-roles">

notation/draft-davidben-tls-merkle-tree-certs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ Table of Contents
246246
significant bit of n's binary representation. Equivalently, it is
247247
the remainder when n is divided by 2.
248248

249-
To _right-shift_ a non-negative integer n by one bit is to shift all
250-
bits in its binary representation by one bit, discarding the least-
249+
To _right-shift_ a non-negative integer n is to shift each bit in its
250+
binary representation to one lower position, discarding the least-
251251
significant bit. Equivalently, it is the floor of n divided by 2.
252252

253253
2.1. Terminology and Roles

0 commit comments

Comments
 (0)