pyequihash 0.2-3 source package in Ubuntu

Changelog

pyequihash (0.2-3) unstable; urgency=medium

  [ Stefan Marsiske ]
  * Added libequihash0 as a dependency

  [ Joost van Baal-Ilić ]
  * Fix and modernize d/control:
    - fix Vcs-*: s/modules/packages/.
    - modernize Uploaders:
      <email address hidden>.../team+python@tracker.../.
    Thanks Boyuan Yang <byang@d.o> (Closes: #1041816)

 -- Joost van Baal-Ilić <email address hidden>  Wed, 26 Jul 2023 16:25:11 +0200

Upload details

Uploaded by:
Joost van Baal
Uploaded to:
Sid
Original maintainer:
Joost van Baal
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyequihash_0.2-3.dsc 2.0 KiB f7054f2b59e9527c6deafd4200aefb7974ca524125cd898bbec9024d95071088
pyequihash_0.2.orig.tar.gz 14.2 KiB cb5cff0fa7ef20bb20e208bd0bed33cd70da60c064597582414bc7394b746893
pyequihash_0.2-3.debian.tar.xz 2.1 KiB 159ec4f7376b95ade1a0ea8828f78c98fdc746256e75e4a0b53eec6c68b4542e

Available diffs

No changes file available.

Binary packages built by this source

python3-pyequihash: 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).