]> Cypherpunks repositories - gostls13.git/commit
A couple of tighter loops.
authorRobert Griesemer <gri@golang.org>
Mon, 28 Dec 2009 23:48:58 +0000 (15:48 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 28 Dec 2009 23:48:58 +0000 (15:48 -0800)
commit9d07d37f317c2e58204c8aa2def2d8067133633b
treeff7b61fec4c9adb469ad8c067c4023194c1fade2
parenteb109a765d1ac7b99568b3185594cd8430de0684
A couple of tighter loops.

(I was looking at this code accidentally because of some gofmt
issues and thought that one could write this more effectively.
You may have deliberately chosen not to use ranges here to make
the index range clearer. Just let me know.)

R=agl, agl1
CC=golang-dev
https://golang.org/cl/181084
src/pkg/crypto/md5/md5.go