Subversion Repositories

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

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

Rev 164 Rev 165
Line 102... Line 102...
102
      lfib (non-cryptographic) pseudo-random generator.
102
      lfib (non-cryptographic) pseudo-random generator.
103
    - sexp-conv - conversion tool for handling the different flavours of sexp
103
    - sexp-conv - conversion tool for handling the different flavours of sexp
104
      syntax.
104
      syntax.
105
    - pkcs1-conv - converts PKCS#1 keys to sexp format.
105
    - pkcs1-conv - converts PKCS#1 keys to sexp format.
106
    - nettle-hash - command-line tool to compute message digests such as SHA-1.
106
    - nettle-hash - command-line tool to compute message digests such as SHA-1.
107
-
 
108
Package: nettle-dbg
-
 
109
Section: debug
-
 
110
Priority: extra
-
 
111
Architecture: any
-
 
112
Depends: libnettle6 (= ${binary:Version}) | libhogweed4 (= ${binary:Version}) | nettle-bin (= ${binary:Version}), ${misc:Depends}
-
 
113
Description: low level cryptographic library (debugging symbols)
-
 
114
 Nettle is a cryptographic library that is designed to fit easily in more or
-
 
115
 less any context: In crypto toolkits for object-oriented languages (C++,
-
 
116
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
-
 
117
 space.
-
 
118
 .
-
 
119
 This package contains the debugging symbols for all binary packages.
-