Rev 43 | Rev 47 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 43 | Rev 45 | ||
---|---|---|---|
1 | Source: nettle |
1 | Source: nettle |
2 | Section: libs |
2 | Section: libs |
3 | Priority: optional |
3 | Priority: optional |
4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
5 | Build-Depends: debhelper (>= 5), libgmp3-dev, m4, autotools-dev, dpatch |
5 | Build-Depends: debhelper (>= 5), libgmp3-dev, m4, autotools-dev, dpatch |
6 | Standards-Version: 3.8.1 |
6 | Standards-Version: 3.8.1 |
7 | Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk |
7 | Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk |
8 | Vcs-Browser: http://svn.kibibyte.se/nettle |
8 | Vcs-Browser: http://svn.kibibyte.se/nettle |
9 | Homepage: http://www.lysator.liu.se/~nisse/nettle/ |
9 | Homepage: http://www.lysator.liu.se/~nisse/nettle/ |
10 | 10 | ||
11 | Package: libnettle2 |
11 | Package: libnettle2 |
12 | Section: libs |
- | |
13 | Architecture: any |
12 | Architecture: any |
14 | Depends: ${shlibs:Depends}, ${misc:Depends} |
13 | Depends: ${shlibs:Depends}, ${misc:Depends} |
15 | Description: low level cryptographic library |
14 | Description: low level cryptographic library |
16 | Nettle is a cryptographic library that is designed to fit easily in more or |
15 | Nettle is a cryptographic library that is designed to fit easily in more or |
17 | less any context: In crypto toolkits for object-oriented languages (C++, |
16 | less any context: In crypto toolkits for object-oriented languages (C++, |
18 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
17 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
19 | space. |
18 | space. |
20 | . |
19 | . |
21 | It tries to solve a problem of providing a common set of cryptographic |
20 | It tries to solve a problem of providing a common set of cryptographic |
22 | algorithms for higher-level applications by implementing a |
21 | algorithms for higher-level applications by implementing a |
23 | context-independent set of cryptographic algorithms. In that light, Nettle |
22 | context-independent set of cryptographic algorithms. In that light, Nettle |
24 | doesn't do any memory allocation or I/O, it simply provides the |
23 | doesn't do any memory allocation or I/O, it simply provides the |
25 | cryptographic algorithms for the application to use in any environment and |
24 | cryptographic algorithms for the application to use in any environment and |
26 | in any way it needs. |
25 | in any way it needs. |
27 | 26 | ||
28 | Package: libnettle-dev |
27 | Package: libnettle-dev |
29 | Section: libdevel |
28 | Section: libdevel |
30 | Architecture: any |
29 | Architecture: any |
31 | Depends: libnettle2 (= ${binary:Version}), libgmp3-dev |
30 | Depends: libnettle2 (= ${binary:Version}), libgmp3-dev |
32 | Description: low level cryptographic library (development files) |
31 | Description: low level cryptographic library (development files) |
33 | Nettle is a cryptographic library that is designed to fit easily in more or |
32 | Nettle is a cryptographic library that is designed to fit easily in more or |
34 | less any context: In crypto toolkits for object-oriented languages (C++, |
33 | less any context: In crypto toolkits for object-oriented languages (C++, |
35 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
34 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
36 | space. |
35 | space. |
37 | . |
36 | . |
38 | It tries to solve a problem of providing a common set of cryptographic |
37 | It tries to solve a problem of providing a common set of cryptographic |
39 | algorithms for higher-level applications by implementing a |
38 | algorithms for higher-level applications by implementing a |
40 | context-independent set of cryptographic algorithms. In that light, Nettle |
39 | context-independent set of cryptographic algorithms. In that light, Nettle |
41 | doesn't do any memory allocation or I/O, it simply provides the |
40 | doesn't do any memory allocation or I/O, it simply provides the |
42 | cryptographic algorithms for the application to use in any environment and |
41 | cryptographic algorithms for the application to use in any environment and |
43 | in any way it needs. |
42 | in any way it needs. |
44 | . |
43 | . |
45 | This package contains the development files (C headers and static libraries) |
44 | This package contains the development files (C headers and static libraries) |
46 | 45 | ||
47 | Package: nettle-bin |
46 | Package: nettle-bin |
48 | Section: misc |
47 | Section: misc |
49 | Architecture: any |
48 | Architecture: any |
50 | Depends: ${shlibs:Depends}, ${misc:Depends} |
49 | Depends: ${shlibs:Depends}, ${misc:Depends} |
51 | Conflicts: libnettle1, lsh-utils (<< 2.0.4-dfsg-1) |
50 | Conflicts: libnettle1, lsh-utils (<< 2.0.4-dfsg-1) |
52 | Description: low level cryptographic library (binary tools) |
51 | Description: low level cryptographic library (binary tools) |
53 | Nettle is a cryptographic library that is designed to fit easily in more or |
52 | Nettle is a cryptographic library that is designed to fit easily in more or |
54 | less any context: In crypto toolkits for object-oriented languages (C++, |
53 | less any context: In crypto toolkits for object-oriented languages (C++, |
55 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
54 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
56 | space. |
55 | space. |
57 | . |
56 | . |
58 | It tries to solve a problem of providing a common set of cryptographic |
57 | It tries to solve a problem of providing a common set of cryptographic |
59 | algorithms for higher-level applications by implementing a |
58 | algorithms for higher-level applications by implementing a |
60 | context-independent set of cryptographic algorithms. In that light, Nettle |
59 | context-independent set of cryptographic algorithms. In that light, Nettle |
61 | doesn't do any memory allocation or I/O, it simply provides the |
60 | doesn't do any memory allocation or I/O, it simply provides the |
62 | cryptographic algorithms for the application to use in any environment and |
61 | cryptographic algorithms for the application to use in any environment and |
63 | in any way it needs. |
62 | in any way it needs. |
64 | . |
63 | . |
65 | This package contains binary utilities that accompany the library: |
64 | This package contains binary utilities that accompany the library: |
66 | . |
65 | . |
67 | - nettle-lfib-stream - generates a pseudorandom stream, using the Knuth |
66 | - nettle-lfib-stream - generates a pseudorandom stream, using the Knuth |
68 | lfib (non-cryptographic) pseudorandom generator. |
67 | lfib (non-cryptographic) pseudorandom generator. |
69 | - sexp-conv - conversion tool for handling the different flavours of sexp |
68 | - sexp-conv - conversion tool for handling the different flavours of sexp |
70 | syntax. |
69 | syntax. |
71 | - pkcs1-conv - converts PKCS#1 keys to sexp format. |
70 | - pkcs1-conv - converts PKCS#1 keys to sexp format. |