]> Cypherpunks repositories - gostls13.git/commit
crypto/elliptic: add serialisation and key pair generation.
authorAdam Langley <agl@golang.org>
Thu, 16 Dec 2010 21:04:01 +0000 (16:04 -0500)
committerAdam Langley <agl@golang.org>
Thu, 16 Dec 2010 21:04:01 +0000 (16:04 -0500)
commit1e3b9524d2e86ccf051cc23c41fd66855156d051
tree4248e31165b8ff010f1fc9655cc84d8ae2dc3e42
parentb3e8fdce8d77dfc1793f37dd4f5bda3b4e54d640
crypto/elliptic: add serialisation and key pair generation.

        This is a prerequisite to ECDHE support in crypto/tls.

R=r, rsc
CC=golang-dev
https://golang.org/cl/3685043
src/pkg/crypto/elliptic/elliptic.go
src/pkg/crypto/elliptic/elliptic_test.go