aboutsummaryrefslogtreecommitdiff
path: root/src/hash/fnv
AgeCommit message (Expand)Author
2024-05-18hash: use more internal/byteorder functions to simplify the codeapocelipes
2024-05-12hash: use internal/byteorderMateusz Poliwczak
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-11-19hash: simplify binary operationsapocelipes
2023-10-13hash: add available godoc linkcui fliter
2018-12-10hash/fnv: use bits.Mul64 for 128-bit hashBrian Kessler
2017-11-15crypto, hash: document marshal/unmarshal implementationRoger Peppe
2017-11-01crypto, hash: implement BinaryMarshaler, BinaryUnmarshaler in hash implementa...Tim Cooper
2017-04-13hash/fnv: add 128-bit FNV hash supportLucas Clemente
2015-09-10hash/*: document the byte order used by the Sum methodsShenghou Ma
2015-08-24hash/fnv: fix wiki urlJoe Tsai
2014-09-08build: move package sources from src/pkg to srcRuss Cox