README

December 29, 2011 ยท View on GitHub

This is a work-in-progress implementation of Bitcoin in Google Go.

Package description:

-mymath - package for various math operations and type conversions -bitelliptic - package for handling Koblitz ECDSA curves -bitecdsa - package for handling ECDSA algorithms that use the Koblitz curves -bitmessage - package for handling messages from the Bitcoin protocol

Code progress:

-Alpha version, some functionality still missing.