Skip to content

Commit f10db18

Browse files
davidbgksybrenstuvel
authored andcommitted
1 parent 801504f commit f10db18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ and a public key.
1313
The private key is called *private* for a reason. Never share this
1414
key with anyone.
1515

16-
The public key is used for encypting a message such that it can only
16+
The public key is used for encrypting a message such that it can only
1717
be read by the owner of the private key. As such it's also referred to
1818
as the *encryption key*. Decrypting a message can only be done using
1919
the private key, hence it's also called the *decryption key*.
2020

2121
The private key is used for signing a message. With this signature and
22-
the public key, the receiver can verifying that a message was signed
22+
the public key, the receiver can verify that a message was signed
2323
by the owner of the private key, and that the message was not modified
2424
after signing.
2525

0 commit comments

Comments
 (0)