]> Cypherpunks repositories - gostls13.git/commit
add hmac.NewSHA1 and hmac.NewMD5.
authorRuss Cox <rsc@golang.org>
Sat, 23 May 2009 05:40:26 +0000 (22:40 -0700)
committerRuss Cox <rsc@golang.org>
Sat, 23 May 2009 05:40:26 +0000 (22:40 -0700)
commitb112d42ad60551a075d0bf4c06667f11e7aa976d
treeb6132390c4156a7249f1ec0bb7a3b13d7f27e6b1
parentda59dd41c2be2453f0ca9a0967e671adee43e638
add hmac.NewSHA1 and hmac.NewMD5.
fix Reset bug in sha1.
add hmac, sha1, md5 tests.
document hmac.

R=r
DELTA=146  (111 added, 6 deleted, 29 changed)
OCL=29294
CL=29299
src/lib/crypto/hmac/hmac.go
src/lib/crypto/hmac/hmac_test.go
src/lib/crypto/md5/md5_test.go
src/lib/crypto/sha1/sha1.go
src/lib/crypto/sha1/sha1_test.go