]> Cypherpunks repositories - gostls13.git/commit
hash: new FNV-1a implementation
authorPascal S. de Kloe <pascal@quies.net>
Mon, 7 Mar 2011 16:11:21 +0000 (11:11 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 7 Mar 2011 16:11:21 +0000 (11:11 -0500)
commit4371e094578cdb463a09ca57777078f36feb3002
tree5f67d62b1d1663095ebd2a21548bbff5a145bda6
parent70f08b47a00008fbe14946924437fa2b8612a5a2
hash: new FNV-1a implementation

R=agl1, rsc
CC=golang-dev
https://golang.org/cl/4257042
src/pkg/Makefile
src/pkg/hash/fnv/Makefile [new file with mode: 0644]
src/pkg/hash/fnv/fnv.go [new file with mode: 0644]
src/pkg/hash/fnv/fnv_test.go [new file with mode: 0644]