mpicalc
package
Install
- All systems
-
curl cmd.cat/mpicalc.sh
- Debian
-
apt-get install libgcrypt20-dev
- Ubuntu
-
apt-get install libgcrypt20-dev
- Alpine
-
apk add libgcrypt
- Arch Linux
-
pacman -S libgcrypt
- Kali Linux
-
apt-get install libgcrypt20-dev
- CentOS
-
yum install libgcrypt
- Fedora
-
dnf install libgcrypt-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libgcrypt20-dev
- OS X
-
brew install libgcrypt
- Raspbian
-
apt-get install libgcrypt20-dev
- Dockerfile
- dockerfile.run/mpicalc
- Docker
-
docker run cmd.cat/mpicalc mpicalc
powered by Commando
libgcrypt-devel
package
libgcrypt20-dev
LGPL Crypto library - development files
libgcrypt contains cryptographic functions. Many important free ciphers, hash algorithms and public key signing algorithms have been implemented: Arcfour, Blowfish, CAST5, DES, AES, Twofish, Serpent, rfc2268 (rc2), SEED, Poly1305, Camellia, ChaCha20, IDEA, Salsa, Blake-2, CRC, MD2, MD4, MD5, RIPE-MD160, SHA-1, SHA-256, SHA-512, SHA3-224, SHA3-256, SHA3-384, SHA3-512, SHAKE128, SHAKE256, Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC (Curve25519, sec256k1, GOST R 34.10-2001 and GOST R 34.10-2012, etc.) This package contains header files and libraries for static linking.
libgcrypt
Libgcrypt is a general purpose crypto library based on the code
used in GNU Privacy Guard. This is a development version.