provide full name for Chinese Remainder Theorem

This commit is contained in:
brent saner 2025-09-01 23:58:23 -04:00
parent 1de61a888d
commit ce2081c811
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
2 changed files with 3 additions and 3 deletions

View File

@ -635,7 +635,7 @@ pre.rouge .gs {
<h1>OpenSSH Key Structure Guide</h1> <h1>OpenSSH Key Structure Guide</h1>
<div class="details"> <div class="details">
<span id="author" class="author">brent saner &lt;bts@square-r00t.net&gt;, https://r00t2.io</span><br> <span id="author" class="author">brent saner &lt;bts@square-r00t.net&gt;, https://r00t2.io</span><br>
<span id="revdate">Last updated 2025-09-01 13:47:06 -0400</span> <span id="revdate">Last updated 2025-09-01 23:58:24 -0400</span>
</div> </div>
<div id="toc" class="toc2"> <div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div> <div id="toctitle">Table of Contents</div>
@ -1264,7 +1264,7 @@ ftSfkGNUzTzPFbF5iEukTvKm42a7F/I/ExMVgpN/eQxJ7+m5TOgja0KC1h5fCN4L
4.0.1.5 uint32 allocator for 4.0.1.5.0 (4 bytes) 4.0.1.5 uint32 allocator for 4.0.1.5.0 (4 bytes)
4.0.1.5.0 private exponent ('d') 4.0.1.5.0 private exponent ('d')
4.0.1.6 uint32 allocator for 4.0.1.6.0 (4 bytes) 4.0.1.6 uint32 allocator for 4.0.1.6.0 (4 bytes)
4.0.1.6.0 CRT helper value ('q^(-1) % p') 4.0.1.6.0 CRT (Chinese Remainder Theorem) helper value ('q^(-1) % p')
4.0.1.7 uint32 allocator for 4.0.1.7.0 (4 bytes) 4.0.1.7 uint32 allocator for 4.0.1.7.0 (4 bytes)
4.0.1.7.0 prime #1 ('p') 4.0.1.7.0 prime #1 ('p')
4.0.1.8 uint32 allocator for 4.0.1.8.0 (4 bytes) 4.0.1.8 uint32 allocator for 4.0.1.8.0 (4 bytes)

View File

@ -43,7 +43,7 @@ Since plaintext/unencrypted keys do not have a cipher or KDF (as there's no encr
4.0.1.5 uint32 allocator for 4.0.1.5.0 (4 bytes) 4.0.1.5 uint32 allocator for 4.0.1.5.0 (4 bytes)
4.0.1.5.0 private exponent ('d') 4.0.1.5.0 private exponent ('d')
4.0.1.6 uint32 allocator for 4.0.1.6.0 (4 bytes) 4.0.1.6 uint32 allocator for 4.0.1.6.0 (4 bytes)
4.0.1.6.0 CRT helper value ('q^(-1) % p') 4.0.1.6.0 CRT (Chinese Remainder Theorem) helper value ('q^(-1) % p')
4.0.1.7 uint32 allocator for 4.0.1.7.0 (4 bytes) 4.0.1.7 uint32 allocator for 4.0.1.7.0 (4 bytes)
4.0.1.7.0 prime #1 ('p') 4.0.1.7.0 prime #1 ('p')
4.0.1.8 uint32 allocator for 4.0.1.8.0 (4 bytes) 4.0.1.8 uint32 allocator for 4.0.1.8.0 (4 bytes)