[Pkg-privacy-commits] [golang-siphash-dev] 06/23: Add longer message test.
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 1d1aabf7a41b405711043f28f68cf4d20f5ea36a
Author: Dmitry Chestnykh <dmitry at codingrobots.com>
Date: Thu Jun 21 14:26:55 2012 +0200
Add longer message test.
---
siphash_test.go | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/siphash_test.go b/siphash_test.go
index e16e4eb..7873b53 100644
--- a/siphash_test.go
+++ b/siphash_test.go
@@ -38,6 +38,11 @@ var golden = []struct {
make([]byte, 8),
0xe849e8bb6ffe2567,
},
+ {
+ zeroKey,
+ make([]byte, 1535),
+ 0xe74d1c0ab64b2afa,
+ },
}
func TestSum64(t *testing.T) {
--
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