blobref: add TODO

Change-Id: Ia4255b33eaafa45bab56c8a1d16f08dad354a1d9
This commit is contained in:
Brad Fitzpatrick 2013-08-03 12:47:54 -07:00
parent ebcbde957b
commit 7e49fddfcb
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ type BlobRef struct {
// AsUint64 returns the first 64-bits of the blobref as an integer.
func (br *BlobRef) AsUint64() uint64 {
// TODO(bradfitz): rename this Sum64 like Sum32 below.
var ret uint64
for i := 0; i < 16; i++ {
b := br.digest[i]