nettle 3.9.1-ok2 source package in openKylin
Changelog
nettle (3.9.1-ok2) nile; urgency=medium * No change rebuild. -- CI Bot <email address hidden> Fri, 26 Apr 2024 08:31:22 +0000
nettle (3.9.1-ok2) nile; urgency=medium * No change rebuild. -- CI Bot <email address hidden> Fri, 26 Apr 2024 08:31:22 +0000
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | libs | |
Huanghe V3.0 | release | main | libs | |
Nile V2.0 | release | main | libs | |
Nile V2.0 | proposed | main | libs |
File | Size | SHA-256 Checksum |
---|---|---|
nettle_3.9.1.orig.tar.gz | 2.3 MiB | ccfeff981b0ca71bbd6fbcb054f407c60ffb644389a5be80d6716d5b550c6ce3 |
nettle_3.9.1.orig.tar.gz.asc | 573 bytes | 9746017a1a7fe60aad4b929ea592bc6ac51e12ea7179f289944eb44828d958af |
nettle_3.9.1-ok2.debian.tar.xz | 24.4 KiB | a119ddf6ebd9bbb7a88a6f35f099f43fdd92e69f9517a7819f1fec39bc12ca57 |
nettle_3.9.1-ok2.dsc | 2.1 KiB | a98806769068f2e633d3b582ec0deba67292466dc207d20cd46ea0acc25e8ec3 |
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-
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.
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-
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.
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-
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 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-
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)