]> Cypherpunks repositories - gostls13.git/commit
crypto/elliptic: add package
authorAdam Langley <agl@golang.org>
Fri, 12 Nov 2010 19:55:32 +0000 (14:55 -0500)
committerAdam Langley <agl@golang.org>
Fri, 12 Nov 2010 19:55:32 +0000 (14:55 -0500)
commitfb784785f5c871c7c6d6c90637fa05ca23c16ef9
tree292851cfd0a041816a740cefc92d004d128bf1fe
parent5083eedf88de13dc661f78077d9d7b7eaeebcf78
crypto/elliptic: add package

elliptic implements several standard elliptic curves over prime fields.

R=r, r2
CC=golang-dev
https://golang.org/cl/3065041
src/pkg/Makefile
src/pkg/crypto/elliptic/Makefile [new file with mode: 0644]
src/pkg/crypto/elliptic/elliptic.go [new file with mode: 0644]
src/pkg/crypto/elliptic/elliptic_test.go [new file with mode: 0644]