Rev 32 | Rev 36 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 32 | Rev 33 | ||
---|---|---|---|
Line 2... | Line 2... | ||
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 (>= 4), libgmp3-dev, m4, autotools-dev, dpatch |
5 | Build-Depends: debhelper (>= 4), libgmp3-dev, m4, autotools-dev, dpatch |
6 | Standards-Version: 3.7.2 |
6 | Standards-Version: 3.7.2 |
7 | XS-Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk |
7 | Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk |
8 | XS-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 | 10 | ||
10 | Package: libnettle2 |
11 | Package: libnettle2 |
11 | Section: libs |
12 | Section: libs |
12 | Architecture: any |
13 | Architecture: any |
13 | Depends: ${shlibs:Depends}, ${misc:Depends} |
14 | Depends: ${shlibs:Depends}, ${misc:Depends} |
Line 21... | Line 22... | ||
21 | algorithms for higher-level applications by implementing a |
22 | algorithms for higher-level applications by implementing a |
22 | context-independent set of cryptographic algorithms. In that light, Nettle |
23 | 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 | 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 | cryptographic algorithms for the application to use in any environment and |
25 | in any way it needs. |
26 | in any way it needs. |
26 | . |
- | |
27 | Homepage: http://www.lysator.liu.se/~nisse/nettle/ |
- | |
28 | 27 | ||
29 | Package: libnettle-dev |
28 | Package: libnettle-dev |
30 | Section: libdevel |
29 | Section: libdevel |
31 | Architecture: any |
30 | Architecture: any |
32 | Depends: libnettle2 (= ${binary:Version}), libgmp3-dev |
31 | Depends: libnettle2 (= ${binary:Version}), libgmp3-dev |
Line 42... | Line 41... | ||
42 | doesn't do any memory allocation or I/O, it simply provides the |
41 | 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 |
42 | cryptographic algorithms for the application to use in any environment and |
44 | in any way it needs. |
43 | in any way it needs. |
45 | . |
44 | . |
46 | This package contains the development files (C headers and static libraries) |
45 | This package contains the development files (C headers and static libraries) |
47 | . |
- | |
48 | Homepage: http://www.lysator.liu.se/~nisse/nettle/ |
- | |
49 | 46 | ||
50 | Package: nettle-bin |
47 | Package: nettle-bin |
51 | Section: misc |
48 | Section: misc |
52 | Architecture: any |
49 | Architecture: any |
53 | Depends: ${shlibs:Depends}, ${misc:Depends} |
50 | Depends: ${shlibs:Depends}, ${misc:Depends} |
Line 70... | Line 67... | ||
70 | - nettle-lfib-stream - generates a pseudorandom stream, using the Knuth |
67 | - nettle-lfib-stream - generates a pseudorandom stream, using the Knuth |
71 | lfib (non-cryptographic) pseudorandom generator. |
68 | lfib (non-cryptographic) pseudorandom generator. |
72 | - sexp-conv - conversion tool for handling the different flavours of sexp |
69 | - sexp-conv - conversion tool for handling the different flavours of sexp |
73 | syntax. |
70 | syntax. |
74 | - pkcs1-conv - converts PKCS#1 keys to sexp format. |
71 | - pkcs1-conv - converts PKCS#1 keys to sexp format. |
75 | . |
- | |
76 | Homepage: http://www.lysator.liu.se/~nisse/nettle/ |
- |