File: control

package info (click to toggle)
pyequihash 0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 128 kB
  • sloc: python: 44; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,464 bytes parent folder | download
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
Source: pyequihash
Section: python
Priority: optional
Maintainer: Joost van Baal-Ilić <joostvb@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>, 
               Stefan Marsiske <jdx5yg90@ctrlc.hu>
Build-Depends: debhelper-compat (= 13), dh-python,
               python3-all,
               python3-setuptools,
               libequihash0
Standards-Version: 4.2.0
Homepage: https://github.com/stef/equihash/python
Vcs-Git: https://salsa.debian.org/python-team/modules/pyequihash.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pyequihash

Package: python3-pyequihash
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
Description: python bindings for libequihash: memory-hard Proof-of-Work
 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 ealier 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 a Python wrapper for the C library and comes with functions
 equihash.solve(n, k, seed) and equihash.verify (n,k,seed,sol).