]> Cypherpunks repositories - gostls13.git/commit
crypto/ecdsa: fix case where p != 0 mod 8 and the hash length < p.
authorAdam Langley <agl@golang.org>
Tue, 22 May 2012 14:17:39 +0000 (10:17 -0400)
committerAdam Langley <agl@golang.org>
Tue, 22 May 2012 14:17:39 +0000 (10:17 -0400)
commit477d7b166307916376dc94b6917597d768f102d3
tree83424339f88703c46a6bad094caf7229634e1628
parent8f66d7dc32b2a2082babfd9829acbfdb5996a6c7
crypto/ecdsa: fix case where p != 0 mod 8 and the hash length < p.

I made a typo which breaks P-521.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6219057
src/pkg/crypto/ecdsa/ecdsa.go