软件包:libnettle8(3.8.1-2)
libnettle8 的相关链接
Debian 的资源:
下载源码包 nettle:
- [nettle_3.8.1-2.dsc]
- [nettle_3.8.1.orig.tar.gz]
- [nettle_3.8.1.orig.tar.gz.asc]
- [nettle_3.8.1-2.debian.tar.xz]
维护者:
外部的资源:
- 主页 [www.lysator.liu.se]
相似软件包:
low level cryptographic library (symmetric and one-way cryptos)
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.
It tries to solve a problem of providing a common set of cryptographic algorithms for higher-level applications by implementing a context-independent set of cryptographic algorithms. In that light, Nettle doesn't do any memory allocation or I/O, it simply provides the cryptographic algorithms for the application to use in any environment and in any way it needs.
This package contains the symmetric and one-way cryptographic algorithms. To avoid having this package depend on libgmp, the asymmetric cryptos reside in a separate library, libhogweed.