bitcoin-hash: Bitcoin hash primitives

[ apache, cryptography, library ] [ Propose Tags ]

Bitcoin hash primitives.

This library builds in GHC and GHCJS.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1
Change log CHANGELOG.md
Dependencies base (>=4 && <5), bytestring, cryptonite, ghcjs-base, memory [details]
License Apache-2.0
Copyright Copyright (c) Renzo Carbonara 2020
Author Renzo Carbonara
Maintainer renλren.zone
Category Cryptography
Home page https://gitlab.com/k0001/hs-bitcoin-hash
Bug tracker https://gitlab.com/k0001/hs-bitcoin-hash/issues
Uploaded by RenzoCarbonara at 2020-06-19T17:31:09Z
Distributions NixOS:0.1
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 289 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for bitcoin-hash-0.1

[back to package description]

bitcoin-hash

Bitcoin hashing primitives.

This library builds on GHC and GHCJS.

Developing in GHCJS

  • cabal --ghcjs build will build the Haskell bitcoin-hash library with the JavaScript dependencies already compiled at js/index.compiled.js.

  • If the js/index.js file changes, run npx webpack to regenerate js/index.compiled.js and commit both files to the repository.

  • If the package.json file changes, run npm install -D to get new JS dependencies, and then run npx webpack as above.