nettle
1.1、nettle简介
是什么 ?:a low-level cryptographic library
开发语言:C
开发组织:GNU
官方主页:http://www.lysator.liu.se/~nisse/nettle
1.2、通过包管理器安装nettle
操作系统包管理器安装命令
macOSHomeBrewbrew install nettle
GNU/LinuxHomeBrewbrew install nettle
aptsudo apt-get install -y nettle
CentOSyumsudo yum install -y nettle nettle-devel
dnfsudo dnf install -y nettle nettle-devel
Alpine Linuxapksudo apk add nettle nettle-dev

Arch Linux

ArcoLinux

Manjaro Linux

pacmansudo pacman -Syyu --noconfirm
sudo pacman -S    --noconfirm nettle
1.3、通过编译源码安装nettle
1.4、nettle中包含的命令
1.5、nettle中包含的头文件
1.6、nettle中包含的头库文件
  • libnettle.{a | so | dylib}
  • ibhogweed.{a | so | dylib}