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
Age
Commit message (
Expand
)
Author
2020-04-02
crypto: fix benchmark compile error (#4919)
Jay Petacat
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-19
update std lib to take advantage of slicing with comptime indexes
Andrew Kelley
2020-03-19
fix incorrect sentinel check
Andrew Kelley
2020-03-01
short std.builtin enum literals in std lib
xackus
2020-02-24
Merge pull request #4516 from xackus/remove-bytes-to-slice
Andrew Kelley
2020-02-24
hashing algorithms: fix logic and index out of bounds
J.W
2020-02-21
remove @bytesToSlice, @sliceToBytes from std lib
xackus
2020-02-06
std: add AEAD modes for gimli
daurnimator
2020-02-06
add gimli to crypto hash benchmark
daurnimator
2020-02-02
blake3: Workaround issue #4373 with named types
Jay Petacat
2020-02-02
blake3: Replace `&arr` with `arr[0..]` for slice args
Jay Petacat
2020-02-02
blake3: Name and const pointer refinements
Jay Petacat
2020-02-02
blake3: Convert `*const [n]u8` types to `[n]u8`
Jay Petacat
2020-02-01
crypto: Add BLAKE3 hashing algorithm
Jay Petacat
2020-01-09
Fix remaining variadic formatted prints
Ryan Liptak
2020-01-01
std.mem.compare: breaking API changes
Andrew Kelley
2019-12-30
Fix segfault by not reassigning to function parameter
lukechampine
2019-12-30
chacha: Fix open docstring
lukechampine
2019-12-30
chacha: Use error set instead of bool
lukechampine
2019-12-30
chacha20poly1305: Return false on short ciphertext
lukechampine
2019-12-30
chacha20poly1305: verify tag in constant time
lukechampine
2019-12-30
crypto: Add chacha20poly1305
lukechampine
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-06
Crypto benchmark fixes
data-man
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-13
std.io.getStdOut and related fns no longer can error
Andrew Kelley
2019-11-08
update more of the std lib to use `@as`
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-11-05
crypto: Add support for AES-CTR
lukechampine
2019-11-04
Replace AES variables to constants
data-man
2019-11-04
remove speculative AES TODOs
Luke Champine
2019-11-01
crypto: Add AES implementation
lukechampine
2019-10-01
Replace code occurences of --override-std-dir with --override-lib-dir
SamTebbs33
2019-09-25
mv std/ lib/
Andrew Kelley