Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.33 KB

Readme.md

File metadata and controls

39 lines (28 loc) · 1.33 KB

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 <[email protected]>

 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.