Skip to content

runeaune/bitcoin-crypto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

	This is a modified ECDSA library for Google Go language.
It is based on original code created by The Go Authors, modified to handle Koblitz curves (such as secp256k1 that is commonly used by Bitcoin applications). The x509 support is currently much more limited.

For more information on Koblitz curves, check out this link:
http://www.secg.org/collateral/sec2_final.pdf

For more information on Bitcoins, check out this link:
http://bitcoin.org/

	Code status:
-The code is a beta version, it should work correctly, but it has not yet been thoroughly tested.

	TODO:
-Add more test cases
-Verify library's proper functionality on sample curves
-Test library in an actual application
-Verify copyright notices and other comments in the code

About

A library for ECDSA using Koblitz curves, such as secp256k1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.8%
  • Ruby 1.2%