# # A low-level cryptographic library. # # Nettle is a cryptographic library that is designed to fit easily in # more or less any context: in crypto toolkits for object-oriented # languages (C++, Python, Pike, ...), in applications like LSH or # GnuPG, or even in kernel space. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=nettle pkgversion=3.8.1 arch=amd64 release=1 pkgcategory="libs" full_pkgname=nettle_3.8.1_amd64-1@libs blurb="A low-level cryptographic library." homepage="https://www.lysator.liu.se/~nisse/nettle/" license="GPLv2+, GPLv3+, LPGLv3+" fetch="https://ftp.gnu.org/gnu/nettle/nettle-3.8.1.tar.gz" replace=""