Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 2 | Rev 15 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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