Skip to content

Commit

Permalink
Site updated: 2023-07-28 14:31:26
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagecheni committed Jul 28, 2023
1 parent 5181511 commit 1378180
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions archives/79666db.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
<meta property="article:published_time" content="2023-03-05T13:43:34.000Z">
<meta property="article:modified_time" content="2023-06-10T12:44:48.737Z">
<meta property="article:author" content="Sa1geChen">
<meta property="article:tag" content="Review">
<meta property="article:tag" content="Code">
<meta property="article:tag" content="Review">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="https://sa1geblogimage-1316665129.cos.ap-beijing.myqcloud.com/img/image-20230219112538584.png">

Expand Down Expand Up @@ -1625,8 +1625,8 @@ <h3 id="堆排序">堆排序</h3>

<footer class="post-footer">
<div class="post-tags">
<a href="/tags/Review/" rel="tag"># Review</a>
<a href="/tags/Code/" rel="tag"># Code</a>
<a href="/tags/Review/" rel="tag"># Review</a>
</div>


Expand Down
4 changes: 2 additions & 2 deletions archives/7ad645cf.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
<meta property="article:published_time" content="2023-02-09T07:30:44.000Z">
<meta property="article:modified_time" content="2023-06-10T05:49:14.078Z">
<meta property="article:author" content="Sa1geChen">
<meta property="article:tag" content="Review">
<meta property="article:tag" content="Code">
<meta property="article:tag" content="Review">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="https://sa1geblogimage-1316665129.cos.ap-beijing.myqcloud.com/img/image-20230207003559609.png">

Expand Down Expand Up @@ -1690,8 +1690,8 @@ <h2 id="题目-3">题目</h2>

<footer class="post-footer">
<div class="post-tags">
<a href="/tags/Review/" rel="tag"># Review</a>
<a href="/tags/Code/" rel="tag"># Code</a>
<a href="/tags/Review/" rel="tag"># Review</a>
</div>


Expand Down
6 changes: 3 additions & 3 deletions archives/afd04c14.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<meta property="og:description" content="RSA Basic ​ Have a lot waiting to be written, but just post them for convenience. ​ RSA is the first full public-key cryptosystem. ​ All operations in RSA involve modular exponentiation. ​ Modular ex">
<meta property="og:locale" content="en_US">
<meta property="article:published_time" content="2023-07-26T11:35:53.000Z">
<meta property="article:modified_time" content="2023-07-27T09:29:38.514Z">
<meta property="article:modified_time" content="2023-07-28T06:30:50.510Z">
<meta property="article:author" content="Sa1geChen">
<meta property="article:tag" content="Math">
<meta property="article:tag" content="RSA">
Expand Down Expand Up @@ -222,7 +222,7 @@ <h1 class="post-title" itemprop="name headline">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">Edited on</span>
<time title="Modified: 2023-07-27 17:29:38" itemprop="dateModified" datetime="2023-07-27T17:29:38+08:00">2023-07-27</time>
<time title="Modified: 2023-07-28 14:30:50" itemprop="dateModified" datetime="2023-07-28T14:30:50+08:00">2023-07-28</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
Expand Down Expand Up @@ -301,7 +301,7 @@ <h3 id="key-generation">Key Generation</h3>
<li><em>p</em> and <em>q</em> should keep secret</li>
</ul></li>
<li>Compute <em>n=pq</em></li>
<li>Compute$(n)<span class="math inline">\(,where\)</span>(n)$is Euler's Totient Function.</li>
<li>Compute<span class="math inline">\(\space \space \varphi (n)\space\)</span> ,where<span class="math inline">\(\space \varphi(n)\space\)</span>is Euler's Totient Function.</li>
<li>Choose an integer <em>e</em> such that <span class="math inline">\(2&lt;e&lt;\varphi(n)\)</span> and <span class="math inline">\(gcd(e,\varphi(n))=1\)</span>,that is <em>e</em> and <span class="math inline">\(\varphi(n)\)</span> is coprime.</li>
<li>Determined <em>d</em> as <span class="math inline">\(ed\equiv 1 \mod n\)</span>. <em>d</em> is the modular multiplicative inverse of <em>e</em> modulo <span class="math inline">\(\varphi(n)\)</span></li>
</ol>
Expand Down
14 changes: 7 additions & 7 deletions atom.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@ pre .javascript .function {
}
.links-of-author a::before,
.links-of-author span.exturl::before {
background: #2003cb;
background: #acc753;
border-radius: 50%;
content: ' ';
display: inline-block;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ <h2 class="post-title" itemprop="name headline">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">Edited on</span>
<time title="Modified: 2023-07-27 17:29:38" itemprop="dateModified" datetime="2023-07-27T17:29:38+08:00">2023-07-27</time>
<time title="Modified: 2023-07-28 14:30:50" itemprop="dateModified" datetime="2023-07-28T14:30:50+08:00">2023-07-28</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
Expand Down
6 changes: 3 additions & 3 deletions search.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ c=b^e \mod m=d^{-e} \mod m,where \space e&lt;0 \space and \space b\cdot d \equiv
<li><em>p</em> and <em>q</em> should keep secret</li>
</ul></li>
<li>Compute <em>n=pq</em></li>
<li>Compute$(n)<span class="math inline">\(,where\)</span>(n)$is Euler's Totient Function.</li>
<li>Compute<span class="math inline">\(\space \space \varphi (n)\space\)</span> ,where<span class="math inline">\(\space \varphi(n)\space\)</span>is Euler's Totient Function.</li>
<li>Choose an integer <em>e</em> such that <span class="math inline">\(2&lt;e&lt;\varphi(n)\)</span> and <span class="math inline">\(gcd(e,\varphi(n))=1\)</span>,that is <em>e</em> and <span class="math inline">\(\varphi(n)\)</span> is coprime.</li>
<li>Determined <em>d</em> as <span class="math inline">\(ed\equiv 1 \mod n\)</span>. <em>d</em> is the modular multiplicative inverse of <em>e</em> modulo <span class="math inline">\(\varphi(n)\)</span></li>
</ol>
Expand Down Expand Up @@ -3007,8 +3007,8 @@ H(key)=(a\times key+b)\mod m
<category>Review</category>
</categories>
<tags>
<tag>Review</tag>
<tag>Code</tag>
<tag>Review</tag>
</tags>
</entry>
<entry>
Expand Down Expand Up @@ -4729,8 +4729,8 @@ f(\frac{x_1+x_2}{2})&gt;\frac{f(x_1)+f(x_2)}{2}
<category>Review</category>
</categories>
<tags>
<tag>Review</tag>
<tag>Code</tag>
<tag>Review</tag>
</tags>
</entry>
<entry>
Expand Down

1 comment on commit 1378180

@vercel
Copy link

@vercel vercel bot commented on 1378180 Jul 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.