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
Group-Canceled
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
groupAwait
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-08-16
deinline edwards25519.{add,dbl}
Frank Denis
2020-08-16
Inline Fe.{sub,mul,sq} for a performance boost in release-safe mode
Frank Denis
2020-08-16
Work around sqrtRatioM1() issue in release-safe mode
Frank Denis
2020-08-16
Benchmark signatures
Frank Denis
2020-08-16
Constify the ladder
Frank Denis
2020-08-16
Add comment, use @truncate
Frank Denis
2020-08-16
Address more review issues
Frank Denis
2020-08-16
Move loop decrements into continuations
Frank Denis
2020-08-16
Address @daurnimator feedback
Frank Denis
2020-08-16
Rename the field and scalar modules
Frank Denis
2020-08-16
Update lib/std/crypto/25519/ristretto255.zig
Frank Denis
2020-08-16
Update lib/std/crypto/25519/field25519.zig
Frank Denis
2020-08-16
Initialize structures directly
Frank Denis
2020-08-16
Remove mem.timingSafeEqual() for now
Frank Denis
2020-08-16
Improve curve25519-based crypto
Frank Denis
2020-08-17
std/crypto: gimli.Aead.decrypt()'s ad should be const
Frank Denis
2020-08-01
remove unnecessary operations
Mantas Jonytis
2020-08-01
implement keyed blake2
Mantas Jonytis
2020-08-01
make blake2 public
Mantas Jonytis
2020-08-01
compute blake2 at compile time
Mantas Jonytis
2020-08-01
blake2b: off-by-one on update
Mantas Jonytis
2020-08-01
add more blake2b test cases
Mantas Jonytis
2020-08-01
blake2s: off-by-one on update
Mantas Jonytis
2020-08-01
add more blake2s tests
Mantas Jonytis
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-06-25
Use writer in benchmarks
data-man
2020-05-16
Merge pull request #5189 from zigazeljko/patch-1
Vexu
2020-05-04
std: fix blake3 assignment to constant
Vexu
2020-04-28
Split AES struct into AESEncrypt and AESDecrypt
Žiga Željko
2020-04-24
Add mips support to standard library
Timon Kruiper
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
[prev]
[next]