]> Cypherpunks repositories - gostls13.git/commit
crypto/hmac: make Sum idempotent
authorJukka-Pekka Kekkonen <karatepekka@gmail.com>
Thu, 26 Aug 2010 17:32:29 +0000 (13:32 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 26 Aug 2010 17:32:29 +0000 (13:32 -0400)
commitba5b09f78647fe9d27ffd9700c521681c328915e
treef9321d41ce58a8a96d60e28bb76b3d2da7b65f9d
parent33cb46903e0878dc6e7c12ff7091c5c6e1b13934
crypto/hmac: make Sum idempotent

Fixes #978.

R=rsc
CC=golang-dev
https://golang.org/cl/1967045
src/pkg/crypto/hmac/hmac.go
src/pkg/crypto/hmac/hmac_test.go
src/pkg/crypto/tls/handshake_client.go
src/pkg/crypto/tls/handshake_server.go
src/pkg/crypto/tls/prf.go