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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: libequihash
Section: utils
Priority: optional
Maintainer: Joost van Baal-Ilić <joostvb@debian.org>
Uploaders: Stefan Marsiske <jdx5yg90@ctrlc.hu>
Build-Depends: debhelper-compat (= 13), dh-exec (>=0.3), libsodium-dev
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/stef/equihash/
Vcs-Browser: https://salsa.debian.org/debian/libequihash
Vcs-Git: https://salsa.debian.org/debian/libequihash.git
Package: libequihash-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libequihash0 (= ${binary:Version}), ${misc:Depends}
Description: memory-hard Proof-of-Work with fast verification - C development files
Equihash implements the algorith as described in "Equihash: Asymmetric
Proof-of-Work Based on the Generalized Birthday Problem" by Alex Biryukov and
Dmitry Khovratovich, 2016, DOI:10.14722/ndss.2016.23108. This code, by Stefan
Marsiske, is a fork of an earlier implementation by Khovratovich at
https://github.com/khovratovich/equihash/ ; it provides a library, a C API and
Python bindings. The cryptographic password storage SPHINX (pwdsphinx and
libsphinx) depend upon equihash.
.
This package offers the C library development files.
Package: libequihash0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends},
build-essential,
libsodium23 (>= 1.0.18)
Suggests: libequihash-bin
Description: memory-hard Proof-of-Work with fast verification - C library
Equihash implements the algorith as described in "Equihash: Asymmetric
Proof-of-Work Based on the Generalized Birthday Problem" by Alex Biryukov and
Dmitry Khovratovich, 2016, DOI:10.14722/ndss.2016.23108. This code, by Stefan
Marsiske, is a fork of an earlier implementation by Khovratovich at
https://github.com/khovratovich/equihash/ . The cryptographic password storage
SPHINX (pwdsphinx and libsphinx) depend upon equihash.
.
This library contains an optimized C++ implementation.
Package: libequihash-bin
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: memory-hard Proof-of-Work with fast verification - CLI frontend executable
Equihash implements the algorith as described in "Equihash: Asymmetric
Proof-of-Work Based on the Generalized Birthday Problem" by Alex Biryukov and
Dmitry Khovratovich, 2016, DOI:10.14722/ndss.2016.23108. This code, by Stefan
Marsiske, is a fork of an earlier implementation by Khovratovich at
https://github.com/khovratovich/equihash/ .
.
This package contains a simple CLI executable to benchmark, solve and verify
Equihash Challenges.
|