Subversion Repositories

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

Rev 83 | Rev 95 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 83 Rev 84
Line 25... Line 25...
25
 doesn't do any memory allocation or I/O, it simply provides the
25
 doesn't do any memory allocation or I/O, it simply provides the
26
 cryptographic algorithms for the application to use in any environment and
26
 cryptographic algorithms for the application to use in any environment and
27
 in any way it needs.
27
 in any way it needs.
28
 .
28
 .
29
 This package contains the symmetric and one-way cryptographic
29
 This package contains the symmetric and one-way cryptographic
30
 algoritms. To avoid having this package depend on libgmp, the
30
 algorithms. To avoid having this package depend on libgmp, the
31
 assymetric cryptos reside in a separate library, libhogweed.
31
 asymmetric cryptos reside in a separate library, libhogweed.
32
32
33
Package: libhogweed2
33
Package: libhogweed2
34
Architecture: any
34
Architecture: any
35
Multi-Arch: same
35
Multi-Arch: same
36
Pre-Depends: ${misc:Pre-Depends}
36
Pre-Depends: ${misc:Pre-Depends}
Line 46... Line 46...
46
 context-independent set of cryptographic algorithms. In that light, Nettle
46
 context-independent set of cryptographic algorithms. In that light, Nettle
47
 doesn't do any memory allocation or I/O, it simply provides the
47
 doesn't do any memory allocation or I/O, it simply provides the
48
 cryptographic algorithms for the application to use in any environment and
48
 cryptographic algorithms for the application to use in any environment and
49
 in any way it needs.
49
 in any way it needs.
50
 .
50
 .
51
 This package contains the assymetric cryptographic algorithms, which,
51
 This package contains the asymmetric cryptographic algorithms, which,
52
 require the GNU multiple precision arithmetic library (libgmp) for
52
 require the GNU multiple precision arithmetic library (libgmp) for
53
 their large integer computations.
53
 their large integer computations.
54
54
55
Package: nettle-dev
55
Package: nettle-dev
56
Section: libdevel
56
Section: libdevel
Line 94... Line 94...
94
 cryptographic algorithms for the application to use in any environment and
94
 cryptographic algorithms for the application to use in any environment and
95
 in any way it needs.
95
 in any way it needs.
96
 .
96
 .
97
 This package contains binary utilities that accompany the library:
97
 This package contains binary utilities that accompany the library:
98
 .
98
 .
99
    - nettle-lfib-stream - generates a pseudorandom stream, using the Knuth 
99
    - nettle-lfib-stream - generates a pseudo-random stream, using the Knuth 
100
      lfib (non-cryptographic) pseudorandom generator.
100
      lfib (non-cryptographic) pseudo-random generator.
101
    - sexp-conv - conversion tool for handling the different flavours of sexp
101
    - sexp-conv - conversion tool for handling the different flavours of sexp
102
      syntax.
102
      syntax.
103
    - pkcs1-conv - converts PKCS#1 keys to sexp format.
103
    - pkcs1-conv - converts PKCS#1 keys to sexp format.
104
    - nettle-hash - command-line tool to compute message digests such as SHA-1.
104
    - nettle-hash - command-line tool to compute message digests such as SHA-1.
105
105