package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev

# Functions

GenerateKey generates a public&private key pair.
Sign signs an arbitrary length hash (which should be the result of hashing a larger message) using the private key, priv.
Verify verifies the signature in r, s of hash using the public key, pub.

# Structs

PrivateKey represents a ECDSA private key.
PublicKey represents an ECDSA public key.