[Pkg-privacy-commits] [golang-siphash-dev] 15/23: More spacing for readability.

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:55:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository golang-siphash-dev.

commit 584bc763f533c14fd4738e874021f40123f8fa81
Author: Dmitry Chestnykh <dmitry at codingrobots.com>
Date:   Thu Jun 21 16:31:48 2012 +0200

    More spacing for readability.
---
 hash.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hash.go b/hash.go
index be9d3cf..4e8027d 100644
--- a/hash.go
+++ b/hash.go
@@ -88,6 +88,7 @@ func Hash(k0, k1 uint64, p []byte) uint64 {
 	case 1:
 		t |= uint64(p[0])
 	}
+
 	v3 ^= t
 
 	// Round 1.
@@ -127,6 +128,7 @@ func Hash(k0, k1 uint64, p []byte) uint64 {
 	v1 = v1<<17 | v1>>(64-17)
 	v1 ^= v2
 	v2 = v2<<32 | v2>>(64-32)
+
 	v0 ^= t
 
 	// Finalization.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/golang-siphash-dev.git



More information about the Pkg-privacy-commits mailing list