From 2f103c2bb8de32f90a083397c272c681474fe1f3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 4 Nov 2021 09:17:27 +0200 Subject: Add mention of sequoia-openpgp library Also, add links to the project, the library, and Rust. Closes #14 --- sq-guide.md | 11 +++++++++-- 1 file 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? -- cgit v1.2.1