From c5e67c801d70992c0cc7bd9ec760867a56d03f5a Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Wed, 15 Jan 2020 00:15:54 -0500 Subject: [PATCH] Add link to Arch Linux AUR package --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bb12861..60ab39e 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ what do the names mean? where `$OS` is your Operating System and `$ARCH` is your * `pegh-$OS-$ARCH-libsodium` - supports Chacha20-Poly1305 on all CPUs, but AES-256-GCM only on CPUs with hardware support for aes-ni * `pegh-$OS-$ARCH-libsodium-openssl` - supports AES-256-GCM and Chacha20-Poly1305 on all CPUs, uses libsodium for everything if possible, but OpenSSL's software AES implementation if the CPU does not support aes-ni +Arch Linux [AUR](https://aur.archlinux.org/packages/pegh/) package + Usage -----