]> Cypherpunks repositories - gostls13.git/commit
crypto/ecdsa, crypto/x509: update SEC1 ECC link in comments
authorDmitry Savintsev <dsavints@gmail.com>
Fri, 26 Jun 2015 10:09:45 +0000 (12:09 +0200)
committerRuss Cox <rsc@golang.org>
Fri, 26 Jun 2015 16:08:22 +0000 (16:08 +0000)
commitc248aaef7049c9c90af787d7fa91de378fa7e202
treeec3218c8535e7c73d4b96314264f113397b52630
parent765c0f37ed4d716eebd2965acd0b79f5b614e617
crypto/ecdsa, crypto/x509: update SEC1 ECC link in comments

Updated the document URL in comments to avoid dead link
Old: http://www.secg.org/download/aid-780/sec1-v2.pdf
New: http://www.secg.org/sec1-v2.pdf

Change-Id: If13d0da4c0e7831b2bd92c45116c2412a2a965f5
Reviewed-on: https://go-review.googlesource.com/11550
Reviewed-by: Russ Cox <rsc@golang.org>
src/crypto/ecdsa/ecdsa.go
src/crypto/x509/sec1.go