Initial commit.

This commit is contained in:
Dave Collins 2013-06-13 12:45:48 -05:00
commit a2c10e34d9
2 changed files with 32 additions and 0 deletions

28
.gitignore vendored Normal file
View file

@ -0,0 +1,28 @@
# Temp files
*~
# Log files
*.log
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe

4
README.md Normal file
View file

@ -0,0 +1,4 @@
btcec
=====
Package btcec implements the Koblitz elliptic curve secp256k1 used by bitcoin.