diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-19 11:00:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-19 11:00:46 -0400 |
commit | f18dcae78c88f29bf1e79c014621d45097e38999 (patch) | |
tree | 31701f963270209994b629a4e6e483aae4de6327 /files/ja/glossary/key | |
parent | 4ff8d748f719857be138e95b00adbf9783688753 (diff) | |
download | translated-content-f18dcae78c88f29bf1e79c014621d45097e38999.tar.gz translated-content-f18dcae78c88f29bf1e79c014621d45097e38999.tar.bz2 translated-content-f18dcae78c88f29bf1e79c014621d45097e38999.zip |
correct to Quick_links (not Quick_Links) (#2138)
Diffstat (limited to 'files/ja/glossary/key')
-rw-r--r-- | files/ja/glossary/key/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/glossary/key/index.html b/files/ja/glossary/key/index.html index df0a7de825..a08dee7426 100644 --- a/files/ja/glossary/key/index.html +++ b/files/ja/glossary/key/index.html @@ -13,7 +13,7 @@ translation_of: Glossary/Key <p>{{Glossary("symmetric-key cryptography", "共通鍵暗号")}}においては、同じ鍵が暗号化と復号の両方に使用されます。{{Glossary("public-key cryptography", "公開鍵暗号")}}においては、<em>公開鍵</em>と<em>秘密鍵</em>と呼ばれる、一対の関連した鍵が存在します。公開鍵は自由に使用できますが、一方、秘密鍵は秘密に保たれます。公開鍵は、メッセージを対応する秘密鍵だけで復号できるように暗号化できます。逆もまた同様です。</p> -<section class="Quick_links" id="Quick_Links"> +<section id="Quick_links"> <ol> <li>一般知識 <ol> |