====libgcrypt==== cryptography http://www.gnu.org/software/libgcrypt/ Source code: ftp://ftp.gnupg.org/gcrypt/libgcrypt/ Binary code: - http://smokey01.com/coolpup/ {contains DEV files} %%./configure CFLAGS="-mtune=generic -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" --prefix=/usr --sysconfdir=/etc --localstatedir=/var --host=i686-pc-linux-gnu --disable-static%% Dependencies: +[[bzip2]],+[[grep]],+[[libgpgerror libgpg-error]],+[[tar]] Verify installed version via the command-line interface: %%dumpsexp --help%% Libgcrypt v1.5.0 has been configured as follows: Platform: GNU/Linux (i686-pc-linux-gnu) Enabled cipher algorithms: arcfour blowfish cast5 des aes twofish serpent rfc2268 seed camellia Enabled digest algorithms: crc md4 md5 rmd160 sha1 sha256 sha512 tiger whirlpool Enabled pubkey algorithms: dsa elgamal rsa ecc Random number generator: default Using linux capabilities: no Try using Padlock crypto: yes Try using AES-NI crypto: yes http://www.t2-project.org/packages/libgcrypt.html http://www.gnupg.org/download/index.html#libgcrypt http://puppylinux.org/wikka/software ---- ==Categories== CategorySecurity CategorySoftwareLibraries CategorySoftware