Rev 14 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | magnus | 1 | Source: nettle |
2 | Section: libs |
||
3 | Priority: optional |
||
4 | Maintainer: Magnus Holmgren <magnus@kibibyte.se> |
||
16 | magnus | 5 | Build-Depends: debhelper (>= 4), libgmp3-dev, m4, autotools-dev, dpatch |
2 | magnus | 6 | Standards-Version: 3.7.2 |
16 | magnus | 7 | XS-Vcs-Svn: svn://svn.kibibyte.se/nettle/branches/experimental |
7 | magnus | 8 | XS-Vcs-Browser: http://svn.kibibyte.se/nettle |
2 | magnus | 9 | |
16 | magnus | 10 | Package: libnettle3 |
2 | magnus | 11 | Section: libs |
12 | Architecture: any |
||
13 | Depends: ${shlibs:Depends}, ${misc:Depends} |
||
16 | magnus | 14 | Description: low level cryptographic library (symmetric and one-way cryptos) |
2 | magnus | 15 | Nettle is a cryptographic library that is designed to fit easily in more or |
16 | less any context: In crypto toolkits for object-oriented languages (C++, |
||
17 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
||
18 | space. |
||
19 | . |
||
20 | It tries to solve a problem of providing a common set of cryptographic |
||
21 | algorithms for higher-level applications by implementing a |
||
22 | context-independent set of cryptographic algorithms. In that light, Nettle |
||
23 | doesn't do any memory allocation or I/O, it simply provides the |
||
24 | cryptographic algorithms for the application to use in any environment and |
||
25 | in any way it needs. |
||
26 | . |
||
27 | Homepage: http://www.lysator.liu.se/~nisse/nettle/ |
||
28 | |||
16 | magnus | 29 | Package: libhogweed1 |
30 | Section: libs |
||
31 | Architecture: any |
||
32 | Depends: ${shlibs:Depends}, ${misc:Depends} |
||
33 | Description: low level cryptographic library (public-key cryptos) |
||
34 | Nettle is a cryptographic library that is designed to fit easily in more or |
||
35 | less any context: In crypto toolkits for object-oriented languages (C++, |
||
36 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
||
37 | space. |
||
38 | . |
||
39 | It tries to solve a problem of providing a common set of cryptographic |
||
40 | algorithms for higher-level applications by implementing a |
||
41 | context-independent set of cryptographic algorithms. In that light, Nettle |
||
42 | doesn't do any memory allocation or I/O, it simply provides the |
||
43 | cryptographic algorithms for the application to use in any environment and |
||
44 | in any way it needs. |
||
45 | . |
||
46 | Homepage: http://www.lysator.liu.se/~nisse/nettle/ |
||
47 | |||
48 | Package: nettle-dev |
||
2 | magnus | 49 | Section: libdevel |
50 | Architecture: any |
||
16 | magnus | 51 | Depends: libnettle3 (= ${binary:Version}), libhogweed1 (= ${binary:Version}), libgmp3-dev |
52 | Replaces: libnettle-dev |
||
53 | Conflicts: libnettle-dev |
||
2 | magnus | 54 | Description: low level cryptographic library (development files) |
55 | Nettle is a cryptographic library that is designed to fit easily in more or |
||
56 | less any context: In crypto toolkits for object-oriented languages (C++, |
||
57 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
||
58 | space. |
||
59 | . |
||
60 | It tries to solve a problem of providing a common set of cryptographic |
||
61 | algorithms for higher-level applications by implementing a |
||
62 | context-independent set of cryptographic algorithms. In that light, Nettle |
||
63 | doesn't do any memory allocation or I/O, it simply provides the |
||
64 | cryptographic algorithms for the application to use in any environment and |
||
65 | in any way it needs. |
||
66 | . |
||
67 | This package contains the development files (C headers and static libraries) |
||
68 | . |
||
69 | Homepage: http://www.lysator.liu.se/~nisse/nettle/ |
||
70 | |||
71 | Package: nettle-bin |
||
72 | Section: misc |
||
73 | Architecture: any |
||
74 | Depends: ${shlibs:Depends}, ${misc:Depends} |
||
16 | magnus | 75 | Suggests: lsh-utils-doc | lsh-doc |
76 | Conflicts: libnettle1, lsh-utils (<< 2.0.3-2) |
||
2 | magnus | 77 | Description: low level cryptographic library (binary tools) |
78 | Nettle is a cryptographic library that is designed to fit easily in more or |
||
79 | less any context: In crypto toolkits for object-oriented languages (C++, |
||
80 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
||
81 | space. |
||
82 | . |
||
83 | It tries to solve a problem of providing a common set of cryptographic |
||
84 | algorithms for higher-level applications by implementing a |
||
85 | context-independent set of cryptographic algorithms. In that light, Nettle |
||
86 | doesn't do any memory allocation or I/O, it simply provides the |
||
87 | cryptographic algorithms for the application to use in any environment and |
||
88 | in any way it needs. |
||
89 | . |
||
90 | This package contains binary utilities that accompany the library: |
||
91 | . |
||
92 | - nettle-lfib-stream - generates a pseudorandom stream, using the Knuth |
||
93 | lfib (non-cryptographic) pseudorandom generator. |
||
94 | - sexp-conv - conversion tool for handling the different flavours of sexp |
||
95 | syntax. |
||
16 | magnus | 96 | - pkcs1-conv - converts PKCS#1 keys to sexp format. |
2 | magnus | 97 | . |
98 | Homepage: http://www.lysator.liu.se/~nisse/nettle/ |