Rev 82 | Rev 84 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 82 | Rev 83 | ||
|---|---|---|---|
| Line 23... | Line 23... | ||
| 23 | algorithms for higher-level applications by implementing a | 23 | algorithms for higher-level applications by implementing a | 
| 24 | context-independent set of cryptographic algorithms. In that light, Nettle | 24 | context-independent set of cryptographic algorithms. In that light, Nettle | 
| 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 | . | |
| - | 29 | This package contains the symmetric and one-way cryptographic | |
| - | 30 | algoritms. To avoid having this package depend on libgmp, the | |
| - | 31 | assymetric cryptos reside in a separate library, libhogweed. | |
| 28 | 32 | ||
| 29 | Package: libhogweed2 | 33 | Package: libhogweed2 | 
| 30 | Architecture: any | 34 | Architecture: any | 
| 31 | Multi-Arch: same | 35 | Multi-Arch: same | 
| 32 | Pre-Depends: ${misc:Pre-Depends}
 | 36 | Pre-Depends: ${misc:Pre-Depends}
 | 
| Line 41... | Line 45... | ||
| 41 | algorithms for higher-level applications by implementing a | 45 | algorithms for higher-level applications by implementing a | 
| 42 | context-independent set of cryptographic algorithms. In that light, Nettle | 46 | context-independent set of cryptographic algorithms. In that light, Nettle | 
| 43 | 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 | 
| 44 | cryptographic algorithms for the application to use in any environment and | 48 | cryptographic algorithms for the application to use in any environment and | 
| 45 | in any way it needs. | 49 | in any way it needs. | 
| - | 50 | . | |
| - | 51 | This package contains the assymetric cryptographic algorithms, which, | |
| - | 52 | require the GNU multiple precision arithmetic library (libgmp) for | |
| - | 53 | their large integer computations. | |
| 46 | 54 | ||
| 47 | Package: nettle-dev | 55 | Package: nettle-dev | 
| 48 | Section: libdevel | 56 | Section: libdevel | 
| 49 | Architecture: any | 57 | Architecture: any | 
| 50 | Depends: libnettle4 (= ${binary:Version}), libhogweed2 (= ${binary:Version}),
 | 58 | Depends: libnettle4 (= ${binary:Version}), libhogweed2 (= ${binary:Version}),
 |