Crypt-secp256k1 version 0.1
===========================

This module is a wrapper around libsecp256k1
(https://github.com/bitcoin-core/secp256k1.git).

I'm not totally sold on the name. Ideas welcome.

INSTALLATION

To install this module you will need libsecp256k1 with headers
installed, then type the following:

   perl Makefile.PL
   # If you have installed libsecp256k1 into a non-standard location:
   perl Makefile.PL LIBS=-L/path/to/lib\ -lsecp256k1 INC=-I/path/to/include

   make
   make test # There are no tests
   make install

DEPENDENCIES

This module requires these other modules and libraries:

   https://github.com/bitcoin-core/secp256k1.git

COPYRIGHT AND LICENCE

Copyright (C) 2017 by Matthew King <chohag@jtan.com>

This library is free software; you can redistribute it and/or modify
it under the terms of the WTFPL version 2 or, at your option, any
version of any license or non-license you wish.

