Add link to Arch Linux AUR package

This commit is contained in:
Travis Burtrum 2020-01-15 00:15:54 -05:00
parent b900efcf89
commit c5e67c801d
1 changed files with 2 additions and 0 deletions

View File

@ -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
-----