]> Cypherpunks repositories - gostls13.git/commit
hash/fnv: add 128-bit FNV hash support
authorLucas Clemente <lclemente@google.com>
Mon, 20 Mar 2017 12:35:41 +0000 (13:35 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 13 Apr 2017 01:28:48 +0000 (01:28 +0000)
commite05de6a5be66c517516e78093606ffc8c89042b2
tree094cd87b7567cb8d81f7b6519f1dc367af74beb9
parent94aba76639cf4d5e30975d846bb0368db8202269
hash/fnv: add 128-bit FNV hash support

The 128bit FNV hash will be used e.g. in QUIC.

The algorithm is described at
https://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function

Change-Id: I13f3ec39b0e12b7a5008824a6619dff2e708ee81
Reviewed-on: https://go-review.googlesource.com/38356
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/hash/fnv/fnv.go
src/hash/fnv/fnv_test.go