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

This module is a perl wrapper around libsecp256k1.

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

INSTALLATION

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

    perl Makefile.PL
    # If you've 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 not many useful tests
    make install

DEPENDENCIES

This module requires that libsecp256k1 has been installed
somewhere. Obtain it from:

    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 you may have available.

