aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/utils.zig
AgeCommit message (Expand)Author
2022-03-30replace other uses of `std.meta.Vector` with `@Vector` (#11346)Meghan
2021-06-06std.crypto: timing-safe functions to add&subtract serialized integers (#8977)Frank Denis
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-28std: remove redundant `comptime const`Andrew Kelley
2021-04-28Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-26Change timingSafeCompare() to accept slicesFrank Denis
2021-04-25Add std.crypto.utils.timingSafeCompareFrank Denis
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2020-12-18std: introduce a thread-local CSPRNG for general useAndrew Kelley
2020-11-07Use @reduceFrank Denis
2020-11-07Add mem.timingSafeEql() for constant-time array comparisonFrank Denis