Rev 49 | Rev 52 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 49 | Rev 51 | ||
|---|---|---|---|
| Line 100... | Line 100... | ||
| 100 | - nettle-lfib-stream - generates a pseudorandom stream, using the Knuth | 100 | - nettle-lfib-stream - generates a pseudorandom stream, using the Knuth | 
| 101 | lfib (non-cryptographic) pseudorandom generator. | 101 | lfib (non-cryptographic) pseudorandom generator. | 
| 102 | - sexp-conv - conversion tool for handling the different flavours of sexp | 102 | - sexp-conv - conversion tool for handling the different flavours of sexp | 
| 103 | syntax. | 103 | syntax. | 
| 104 | - pkcs1-conv - converts PKCS#1 keys to sexp format. | 104 | - pkcs1-conv - converts PKCS#1 keys to sexp format. | 
| - | 105 | ||
| - | 106 | Package: nettle-dbg | |
| - | 107 | Section: debug | |
| - | 108 | Priority: extra | |
| - | 109 | Architecture: any | |
| - | 110 | Depends: libnettle3 (= ${binary:Version}) | libhogweed1 (= ${binary:Version}) | nettle-bin (= ${binary:Version})
 | |
| - | 111 | Description: low level cryptographic library (debugging symbols) | |
| - | 112 | Nettle is a cryptographic library that is designed to fit easily in more or | |
| - | 113 | less any context: In crypto toolkits for object-oriented languages (C++, | |
| - | 114 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel | |
| - | 115 | space. | |
| - | 116 | . | |
| - | 117 | This package contains the debugging symbols for all binary packages. | |