secp256k1-haskell

Bindings for secp256k1 library from Bitcoin Core

http://github.com/haskoin/secp256k1-haskell#readme

Version on this page:0.1.2
LTS Haskell 22.14:1.1.0
Stackage Nightly 2024-03-28:1.2.0
Latest on Hackage:1.2.0

See all snapshots secp256k1-haskell appears in

LicenseRef-PublicDomain licensed by Jean-Pierre Rupp
Maintained by [email protected]
This version can be pinned in stack with:secp256k1-haskell-0.1.2@sha256:92b561b12298be6a45df24941f2735ffe773b2a485bca2f07e646a36301573e0,1870

Module documentation for 0.1.2

Haskell bindings for secp256k1

This project contains Haskell bindings for the secp256k1 library from the Bitcoin Core project.

Changes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.1.2

Changed

  • Separate dependencies between library and tests.
  • Remove hspec default to prevent problems with Nix.

Removed

  • Dependency to cryptohash not needed.

0.1.1

Changed

  • Update changelog to reflect name and version change.
  • Update to LTS Haskell 12.9.

0.1.0

Changed

  • Name of package change from secp256k1 to secp256k1-haskell to avoid Nix conflicts.