add nettle

This commit is contained in:
2019-12-17 08:14:15 +08:00
parent 24a8eba20b
commit 0aeb059c10

View File

@@ -27,4 +27,14 @@ PGP in Rust:
**keys.openpgp.org** uses: Sequoia-PGP ( https://sequoia-pgp.org/ )
<br>
On Linux:
```
git clone https://git.lysator.liu.se/nettle/nettle
cd nettle
./.bootstrap
./configure
make
sudo make install
```