index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
crypto
/
benchmark.zig
Age
Commit message (
Expand
)
Author
2020-11-16
std/crypto: add ISAPv2 (ISAP-A-128a) AEAD
Frank Denis
2020-11-05
std.crypto: namespace constructions a bit more
Frank Denis
2020-10-29
std/crypto/x25519: return encoded points directly + ed->mont map
Frank Denis
2020-10-25
Move ed25519 key pairs to a KeyPair structure
Frank Denis
2020-10-25
Add (X)Salsa20 and NaCl boxes
Frank Denis
2020-10-22
Add a benchmark for signature verifications
Frank Denis
2020-10-17
std/crypto: make the whole APIs more consistent
Frank Denis
2020-10-06
std/crypto: Add support for AES-GCM
Frank Denis
2020-10-01
std/crypto: add GHASH implementation
Frank Denis
2020-09-29
Merge pull request #6442 from jedisct1/aegis
Andrew Kelley
2020-09-29
Add AEGIS-256 as well
Frank Denis
2020-09-29
std/crypto: add the AEGIS128L AEAD
Frank Denis
2020-09-29
std/crypto: make gimli slightly faster
Frank Denis
2020-09-24
Revamp crypto/aes
Frank Denis
2020-09-08
std: clean up bitrotten imports in crypto
xackus
2020-08-26
forceEval() -> doNotOptimizeAway()
Frank Denis
2020-08-26
Rename blackBox, move it to std.mem.forceEval()
Frank Denis
2020-08-26
Improve crypto benchmarks
Frank Denis
2020-08-22
Promote hash/siphash to crypto/siphash
Frank Denis
2020-08-21
Hash functions now accept an option set
Frank Denis
2020-08-20
Repair crypto/benchmark; add BLAKE2b256
Frank Denis
2020-08-20
Breaking: sort std/crypto functions into categories
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-16
Benchmark signatures
Frank Denis
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-06-25
Use writer in benchmarks
data-man
2020-04-02
crypto: fix benchmark compile error (#4919)
Jay Petacat
2020-03-01
short std.builtin enum literals in std lib
xackus
2020-02-06
add gimli to crypto hash benchmark
daurnimator
2020-02-01
crypto: Add BLAKE3 hashing algorithm
Jay Petacat
2020-01-09
Fix remaining variadic formatted prints
Ryan Liptak
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-06
Crypto benchmark fixes
data-man
2019-11-13
std.io.getStdOut and related fns no longer can error
Andrew Kelley
2019-10-01
Replace code occurences of --override-std-dir with --override-lib-dir
SamTebbs33
2019-09-25
mv std/ lib/
Andrew Kelley