]> Cypherpunks repositories - gostls13.git/commit
crypto/rsa: expand on documentation and add some examples.
authorAdam Langley <agl@golang.org>
Mon, 11 Jan 2016 02:30:27 +0000 (18:30 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 27 Jan 2016 00:11:22 +0000 (00:11 +0000)
commit843745240430e6b6c0a94b31ca3ddc2cd77b3b06
treec0abee045eb6e7766e7e22ed42b1c82272a39bd2
parentd3e61747da7f27c5dd67a514ff533be54df95b85
crypto/rsa: expand on documentation and add some examples.

In some cases the documentation for functions in this package was
lacking from the beginning and, in order cases, the documentation didn't
keep pace as the package grew.

This change somewhat addresses that.

Updates #13711.

Change-Id: I25b2bb1fcd4658c5417671e23cf8e644d08cb9ab
Reviewed-on: https://go-review.googlesource.com/18486
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
src/crypto/rsa/example_test.go [new file with mode: 0644]
src/crypto/rsa/pkcs1v15.go
src/crypto/rsa/rsa.go