]> Cypherpunks repositories - gostls13.git/commit
crypto/ecdsa: add package.
authorAdam Langley <agl@golang.org>
Thu, 10 Mar 2011 14:42:34 +0000 (09:42 -0500)
committerAdam Langley <agl@golang.org>
Thu, 10 Mar 2011 14:42:34 +0000 (09:42 -0500)
commitf422242065dbbaa2cff85b17de9f23b9d603464e
tree0fee129334dfa770fe49211239eae4a2c9690e5e
parentf8f3145a080b18b35c2fa7f245a4a474cc3043d4
crypto/ecdsa: add package.

R=rsc, cw
CC=golang-dev
https://golang.org/cl/4253073
src/pkg/Makefile
src/pkg/crypto/ecdsa/Makefile [new file with mode: 0644]
src/pkg/crypto/ecdsa/ecdsa.go [new file with mode: 0644]
src/pkg/crypto/ecdsa/ecdsa_test.go [new file with mode: 0644]