Skip to content

Commit 1970874

Browse files
committed
whitespace fix
1 parent 8310584 commit 1970874

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

key-distro.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -486,9 +486,9 @@ instead of each other.
486486

487487
A man-in-the-middle attack.
488488

489-
A simple solution for this is to add signatures to the messages containing
489+
A simple solution for this is to add signatures to the messages containing
490490
Diffie-Hellman parameters. This relies on public keys that can be verified
491-
through other means, such as Certificate Authorities, or Web of Trust.
491+
through other means, such as Certificate Authorities, or Web of Trust.
492492
If both participants have certificates, they can
493493
authenticate each other. If just one has a certificate, then just that
494494
one can be authenticated. This is useful in some situations; for
@@ -516,5 +516,5 @@ based on elliptic curves. This is indicated using 'EC' as prefix, so
516516
it becomes 'ECDHE' (Elliptic Curve Diffie-Hellman Ephemeral).
517517
Explaining elliptic curve arithmetics goes beyond the scope of this
518518
book, but roughly works in the same way and also provides the same
519-
guarantees as before, but is more efficient and at least as hard
519+
guarantees as before, but is more efficient and at least as hard
520520
to break computationally at the moment.

0 commit comments

Comments
 (0)