bip32: BIP-0032: Hierarchical Deterministic Wallets for Bitcoin and other cryptocurrencies

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

BIP-0032: Hierarchical Deterministic Wallets for Bitcoin and other cryptocurrencies


[Skip to Readme]

Properties

Versions 0.1, 0.1, 0.1.1, 0.1.2, 0.2
Change log CHANGELOG.md
Dependencies base (>=4 && <5), base58-bytestring, binary, bytestring, cryptonite, memory, secp256k1-haskell [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-bip32
Bug tracker https://gitlab.com/k0001/hs-bip32/issues
Uploaded by RenzoCarbonara at 2020-06-17T18:17:45Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for bip32-0.1

[back to package description]

bip32

Haskell implementation of the BIP-0032 standard: Hierarchical Deterministic Wallets, for Bitcoin and other cryptocurrencies.

Based on the specification at BIP-0032.