aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/benchmark.zig
AgeCommit message (Expand)Author
2022-04-24std: fix crypto and hash benchmarkjagt
2022-02-01stage2: remove anytype fields from the languageAndrew Kelley
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-15add argon2 kdf (#9756)lucky
2021-10-27std.rand: Refactor `Random` interfaceOminitay
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-19Update `hash` & `crypto` benchmarks run comment (#9790)Ali Chraghi
2021-09-13fix missing paths (#9754)lucky
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24add scrypt kdf (#9577)lucky
2021-06-14CLI: rename --override-lib-dir to --zig-lib-dirAndrew Kelley
2021-03-17std/crypto/chacha20: add round-reduced versions & cleanup internalsFrank Denis
2021-02-28std/crypto: add AES-OCBFrank Denis
2021-02-28std/crypto/benchmark: update format stringsFrank Denis
2021-01-07Reduce use of deprecated IO typesJay Petacat
2020-12-31Year++Frank Denis
2020-11-16std/crypto: add ISAPv2 (ISAP-A-128a) AEADFrank Denis
2020-11-05std.crypto: namespace constructions a bit moreFrank Denis
2020-10-29std/crypto/x25519: return encoded points directly + ed->mont mapFrank Denis
2020-10-25Move ed25519 key pairs to a KeyPair structureFrank Denis
2020-10-25Add (X)Salsa20 and NaCl boxesFrank Denis
2020-10-22Add a benchmark for signature verificationsFrank Denis
2020-10-17std/crypto: make the whole APIs more consistentFrank Denis
2020-10-06std/crypto: Add support for AES-GCMFrank Denis
2020-10-01std/crypto: add GHASH implementationFrank Denis
2020-09-29Merge pull request #6442 from jedisct1/aegisAndrew Kelley
2020-09-29Add AEGIS-256 as wellFrank Denis
2020-09-29std/crypto: add the AEGIS128L AEADFrank Denis
2020-09-29std/crypto: make gimli slightly fasterFrank Denis
2020-09-24Revamp crypto/aesFrank Denis
2020-09-08std: clean up bitrotten imports in cryptoxackus
2020-08-26forceEval() -> doNotOptimizeAway()Frank Denis
2020-08-26Rename blackBox, move it to std.mem.forceEval()Frank Denis
2020-08-26Improve crypto benchmarksFrank Denis
2020-08-22Promote hash/siphash to crypto/siphashFrank Denis
2020-08-21Hash functions now accept an option setFrank Denis
2020-08-20Repair crypto/benchmark; add BLAKE2b256Frank Denis
2020-08-20Breaking: sort std/crypto functions into categoriesFrank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-16Benchmark signaturesFrank Denis
2020-07-11run zig fmt on std lib and self hostedVexu
2020-06-25Use writer in benchmarksdata-man
2020-04-02crypto: fix benchmark compile error (#4919)Jay Petacat
2020-03-01short std.builtin enum literals in std libxackus
2020-02-06add gimli to crypto hash benchmarkdaurnimator
2020-02-01crypto: Add BLAKE3 hashing algorithmJay Petacat
2020-01-09Fix remaining variadic formatted printsRyan Liptak
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley