summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@sequoia-pgp.org>2021-10-30 11:21:46 +0300
committerLars Wirzenius <liw@sequoia-pgp.org>2021-10-30 11:21:46 +0300
commit323a8e724eef2a59983ed4feace2b43c63dfc3a4 (patch)
tree5020a11712160e88903980af4b51a368fb5d079e
parentce67372aad3a0c904afa607ff51cc407c7c32b82 (diff)
downloadsq-user-guide-323a8e724eef2a59983ed4feace2b43c63dfc3a4.tar.gz
move table so it's not split across pages
-rw-r--r--sq-guide.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/sq-guide.md b/sq-guide.md
index eee8ecb..3cf27ac 100644
--- a/sq-guide.md
+++ b/sq-guide.md
@@ -324,10 +324,6 @@ their own secret to take care of, and new messages can be encrypted to
everyone except an unwanted person. Also, secure communication is
possible between parties previously unknown to each other.
-The benefit is that symmetric cryptography tends to run faster and
-have shorter keys compared to public key cryptography, for similar
-levels of resistance against attacks.
-
aspect symmetric public key
------- ---------- -----------
@@ -337,6 +333,10 @@ key management hard easy
Table: comparison of types of cryptography
+The benefit is that symmetric cryptography tends to run faster and
+have shorter keys compared to public key cryptography, for similar
+levels of resistance against attacks.
+
## Limitations of cryptography