Skip to content
Snippets Groups Projects
Commit 92f93977 authored by Alex Gaynor's avatar Alex Gaynor
Browse files

Refix

parent c9b9c038
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,11 @@ Digital Signatures
.. currentmodule:: nacl.signing
You can use a digital signature for many of the same reasons that you might sign
a paper document. A valid digital signature gives a recipient reason to believe
that the message was created by a known sender such that they cannot deny sending
it (authentication and non-repudiation) and that the message was not altered in
transit (integrity).
You can use a digital signature for many of the same reasons that you might
sign a paper document. A valid digital signature gives a recipient reason to
believe that the message was created by a known sender such that they cannot
deny sending it (authentication and non-repudiation) and that the message was
not altered in transit (integrity).
Digital signatures allow you to publish a public key, and then you can use your
private signing key to sign messages. Others who have your public key can then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment