1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: libscrypt
Priority: extra
Maintainer: Micah Anderson <micah@debian.org>
Uploaders: Tristan Seligmann <mithrandi@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.7
Section: libs
Homepage: http://www.lolware.net/libscrypt.html
Vcs-Git: https://anonscm.debian.org/git/collab-maint/libscrypt.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libscrypt.git
Package: libscrypt-dev
Section: libdevel
Architecture: any
Depends: libscrypt0 (= ${binary:Version}), ${misc:Depends}
Description: scrypt shared library - development files
The scrypt algorithm is a password-based key derivation function
designed to require large amounts of memory. This proof-of-work scheme
is intended to make it costly to perform large-scale hardware
attacks.
.
This package contains files for development with libscrypt.
Package: libscrypt0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: scrypt shared library
The scrypt algorithm is a password-based key derivation function
designed to require large amounts of memory. This proof-of-work scheme
is intended to make it costly to perform large-scale hardware
attacks.
.
This package contains a shared library implementing the scrypt
algorithm, based on the original implementation with a number of
harnesses and simplified interfaces.
|