Subversion Repositories

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

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

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