summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@sequoia-pgp.org>2021-11-04 09:17:27 +0200
committerLars Wirzenius <liw@sequoia-pgp.org>2021-11-04 09:17:27 +0200
commit2f103c2bb8de32f90a083397c272c681474fe1f3 (patch)
treebcde111644b0ba0f7790a65cfb51dfa1279c0cef
parentda04812402d5ba4671d70b14e72b113046f77b20 (diff)
downloadsq-user-guide-2f103c2bb8de32f90a083397c272c681474fe1f3.tar.gz
Add mention of sequoia-openpgp library
Also, add links to the project, the library, and Rust. Closes #14
-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?