nettle 3.8.1-2 source package in Ubuntu
Changelog
nettle (3.8.1-2) unstable; urgency=low * Upload to unstable (Closes: #1015346). * Drop obsolete dependency on install-info (Closes: #1013843; index is updated via triggers if an info viewer is installed). -- Magnus Holmgren <email address hidden> Thu, 11 Aug 2022 21:07:42 +0200
Upload details
- Uploaded by:
- Magnus Holmgren
- Uploaded to:
- Sid
- Original maintainer:
- Magnus Holmgren
- Architectures:
- any
- Section:
- libs
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | main | libs | |
Kinetic | release | main | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
nettle_3.8.1-2.dsc | 2.2 KiB | a437e204da67612efb656cab354835f358b44c077c5c0a46d6e8c30b5c0bddff |
nettle_3.8.1.orig.tar.gz | 2.3 MiB | 364f3e2b77cd7dcde83fd7c45219c834e54b0c75e428b6f894a23d12dd41cbfe |
nettle_3.8.1.orig.tar.gz.asc | 573 bytes | 71fe31c44728fdc144cbf12f30ca5d483992c17fd23afabe58f89d4201f66ddb |
nettle_3.8.1-2.debian.tar.xz | 22.8 KiB | 8f1eae9c6afffe545de294140f33d53352261478268dafee5ef72d840e1b3d7b |
Available diffs
No changes file available.
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: debug symbols for libhogweed6
- 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: debug symbols for libnettle8
- 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: debug symbols for nettle-bin
- 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)