]> Cypherpunks repositories - gostls13.git/commit
md5 Reset fix; preliminary hmac
authorRuss Cox <rsc@golang.org>
Fri, 22 May 2009 22:44:29 +0000 (15:44 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 22 May 2009 22:44:29 +0000 (15:44 -0700)
commit76f2a9fa48b060db146260431c38ae33201b126b
tree812552daff3a94eb5aec293f142c7b8380f6a6e4
parent9a2a2474c6f59764163b524da8c874c3ca0d6eb8
md5 Reset fix; preliminary hmac

TBR=r
OCL=29279
CL=29279
src/lib/crypto/hmac/Makefile [new file with mode: 0644]
src/lib/crypto/hmac/hmac.go [new file with mode: 0644]
src/lib/crypto/hmac/hmac_test.go [new file with mode: 0644]
src/lib/crypto/md5/md5.go