[Pkg-privacy-commits] [golang-siphash-dev] 03/23: Doc fix.
    Ximin Luo 
    infinity0 at moszumanska.debian.org
       
    Sat Aug 22 12:55:52 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 bb173ac52387371a6faf97b0eec5713586084ff0
Author: Dmitry Chestnykh <dmitry at codingrobots.com>
Date:   Wed Jun 20 22:27:57 2012 +0200
    Doc fix.
---
 siphash.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/siphash.go b/siphash.go
index 7e21f9f..4d77a13 100644
--- a/siphash.go
+++ b/siphash.go
@@ -33,7 +33,7 @@ type digest struct {
 	x              [8]byte // buffer for unprocessed bytes
 }
 
-// New returns a new hash.Hash64 computing SipHash-2-4.
+// New returns a new hash.Hash64 computing SipHash-2-4 with 16-byte key.
 func New(key []byte) hash.Hash64 {
 	d := new(digest)
 	d.k0 = binary.LittleEndian.Uint64(key[0:8])
-- 
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