diff --git a/_ref/KEY_GUIDE.html b/_ref/KEY_GUIDE.html index de7d8a5..e2d5a6d 100644 --- a/_ref/KEY_GUIDE.html +++ b/_ref/KEY_GUIDE.html @@ -635,7 +635,7 @@ pre.rouge .gs {

OpenSSH Key Structure Guide

brent saner <bts@square-r00t.net>, https://r00t2.io
-Last updated 2025-09-01 13:47:06 -0400 +Last updated 2025-09-01 23:58:24 -0400
Table of Contents
@@ -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.0 private exponent ('d') 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.0 prime #1 ('p') 4.0.1.8 uint32 allocator for 4.0.1.8.0 (4 bytes) diff --git a/_ref/rsa/private/v1/plain.adoc b/_ref/rsa/private/v1/plain.adoc index a35645c..f668d76 100644 --- a/_ref/rsa/private/v1/plain.adoc +++ b/_ref/rsa/private/v1/plain.adoc @@ -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.0 private exponent ('d') 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.0 prime #1 ('p') 4.0.1.8 uint32 allocator for 4.0.1.8.0 (4 bytes)