summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sq-guide.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/sq-guide.md b/sq-guide.md
index ce7e342..d8862c5 100644
--- a/sq-guide.md
+++ b/sq-guide.md
@@ -79,7 +79,11 @@ $ ls -l decrypted.md
## What are Sequoia-PGP and `sq`?
-The Sequoia-PGP project works to make use of cryptography for privacy
+[Sequoia-PGP project]: https://sequoia-pgp.org/
+[Rust programming language]: https://www.rust-lang.org/
+[sequoia-openpgp]: https://gitlab.com/sequoia-pgp/sequoia/-/tree/main/openpgp
+
+The [Sequoia-PGP project][] works to make use of cryptography for privacy
and authentication in communication more commonplace. The project
produces and maintains an implementation of the OpenPGP standard
that's easy and uncomplicated to use.
@@ -89,7 +93,10 @@ projects to verify the authenticity of software packages, and for
encrypting and authenticating messages.
`sq` is the command line tool provided by Sequoia-PGP. It's easy and
-uncomplicated to use.
+uncomplicated to use. Sequoia-PGP also provides a library for the
+[Rust programming language][], called [sequoia-openpgp][]. However,
+the library is only of interest to software developers, and this guide
+is aimed at users of the `sq` tool.
## Why use OpenPGP?