aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/siphash.zig
AgeCommit message (Expand)Author
2025-08-28std.Io: delete GenericWriterAndrew Kelley
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-02Fix std.hash benchmarks (#15917)Frank Denis
2023-05-20Zir: eliminate `field_call_bind` and `field_call_bind_named`mlugg
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-01-07std.crypto.siphash: add finalResult() and peek()Andrew Kelley
2022-12-13update usages of `@call`Veikka Tuominen
2022-05-16Fixes comptime 'error: cannot assign to constant' error in siphash.Felix "xq" Queißner
2021-11-20std: add `writer` methods on all crypto.hash types (#10168)Meghan
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-02-02fix typo in commentRocknest
2021-02-02siphash: update the link to the SipHash paperFrank Denis
2020-12-31Year++Frank Denis
2020-10-17std/crypto: make the whole APIs more consistentFrank Denis
2020-09-16std.crypto siphash: fix assertion on the size of output bufferAndrew Kelley
2020-08-22Improve documentation on siphash recommended parametersFrank Denis
2020-08-22Promote hash/siphash to crypto/siphashFrank Denis