nettle 3.7.3-1build1 source package in Ubuntu
Changelog
nettle (3.7.3-1build1) impish; urgency=medium * No-change rebuild to build packages with zstd compression. -- Matthias Klose <email address hidden> Thu, 07 Oct 2021 12:21:29 +0200
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Impish
- Original maintainer:
- Magnus Holmgren
- Architectures:
- any
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
nettle_3.7.3.orig.tar.gz | 2.3 MiB | 661f5eb03f048a3b924c3a8ad2515d4068e40f67e774e8a26827658007e3bcf0 |
nettle_3.7.3-1build1.debian.tar.xz | 21.5 KiB | 4b4c075f20faec3cb39b5b022d3cacd11b038c243e84d281a62341b970b59370 |
nettle_3.7.3-1build1.dsc | 2.0 KiB | 7f79bf61cf5f878cfd81cf1d79a4c0fa78a1b1aa793947a6c4ce09fcde3a526b |
Available diffs
- diff from 3.7.3-1 (in Debian) to 3.7.3-1build1 (355 bytes)
Binary packages built by this source
- libhogweed6: low level cryptographic library (public-key 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 asymmetric cryptographic algorithms, which,
require the GNU multiple precision arithmetic library (libgmp) for
their large integer computations.
- libhogweed6-dbgsym: No summary available for libhogweed6-dbgsym in ubuntu impish.
No description available for libhogweed6-dbgsym in ubuntu impish.
- libnettle8: 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.
- libnettle8-dbgsym: No summary available for libnettle8-dbgsym in ubuntu impish.
No description available for libnettle8-dbgsym in ubuntu impish.
- nettle-bin: low level cryptographic library (binary tools)
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 binary utilities that accompany the library:
.
- nettle-lfib-stream - generates a pseudo-random stream, using the Knuth
lfib (non-cryptographic) pseudo-random generator.
- sexp-conv - conversion tool for handling the different flavours of sexp
syntax.
- pkcs1-conv - converts PKCS#1 keys to sexp format.
- nettle-hash - command-line tool to compute message digests such as SHA-1.
- nettle-bin-dbgsym: No summary available for nettle-bin-dbgsym in ubuntu impish.
No description available for nettle-bin-dbgsym in ubuntu impish.
- nettle-dev: low level cryptographic library (development files)
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 development files (C headers and static libraries)