aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/benchmark.zig
AgeCommit message (Expand)Author
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
2019-12-06Crypto benchmark fixesdata-man
2019-11-13std.io.getStdOut and related fns no longer can errorAndrew Kelley
2019-10-01Replace code occurences of --override-std-dir with --override-lib-dirSamTebbs33
2019-09-25mv std/ lib/Andrew Kelley