]> Cypherpunks repositories - gostls13.git/commit
Add an RSA-OAEP implementation.
authorAdam Langley <agl@golang.org>
Mon, 19 Oct 2009 18:52:44 +0000 (11:52 -0700)
committerAdam Langley <agl@golang.org>
Mon, 19 Oct 2009 18:52:44 +0000 (11:52 -0700)
commit4d4e885bd1541c4a5d9019332c378b8981f00f09
treeb50dd67613da6ea6ca40005c6ce1c10ac915c482
parent4adad657deeec93adabc39cc26584fc00fab3f2f
Add an RSA-OAEP implementation.

R=rsc
APPROVED=rsc
DELTA=734  (734 added, 0 deleted, 0 changed)
OCL=35738
CL=35879
src/pkg/crypto/rsa/Makefile [new file with mode: 0644]
src/pkg/crypto/rsa/rsa.go [new file with mode: 0644]
src/pkg/crypto/rsa/rsa_test.go [new file with mode: 0644]