/secp256k1

Golang wrapper over bitcoin core C secp256k1

Primary LanguageGo

Go bindings for bitcoin secp256k1

Documentation Status PRs Welcome

Important: Be sure that you use golang < 1.9.4 due to the fact of this Issue

How to install

cd $GOPATH/src/github.com/0x4139/secp256k1
git submodule update
cd c-secp256k1
make distclean && ./autogen.sh && ./configure && make
cd ..
go clean && go install

Docs

Due to the fact that it implements a part of the functions of the bitcoin secp256k1 you can look directly in to the Header File

License

  DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 2, December 2004

 Copyright (C) 2018 <s0x4139@gmail.com>

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO.