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
/
std
/
crypto
Age
Commit message (
Expand
)
Author
2019-03-02
rename std lib files to new convention
Andrew Kelley
2019-03-01
fix dependency loops, pub, tests, use decls, root source
Andrew Kelley
2019-02-08
std.debug.assert: remove special case for test builds
Andrew Kelley
2018-12-12
breaking API changes to all readInt/writeInt functions & more
Andrew Kelley
2018-11-16
Fixed typos
Vallentin
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-11-03
os.crypto: support for HmacBlake2s256 variety;
kristopher tate
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-09-30
update std lib API for I/O
Andrew Kelley
2018-09-13
remove `this`. add `@This()`.
Andrew Kelley
2018-09-12
fix zig fmt on windows
Andrew Kelley
2018-09-06
std/crypto/x25519.zig: add test for `createPublicKey`;
kristopher tate
2018-09-06
std/crypto/x25519.zig: fix signature for `createPublicKey`;
kristopher tate
2018-09-04
update throughput test to new File API
Andrew Kelley
2018-09-04
std/crypto: Clean up poly1305/x25519
Marc Tiehuis
2018-08-31
std/crypto: zig fmt
Marc Tiehuis
2018-08-31
std/crypto: Update throughput_test.zig to include all hash functions
Marc Tiehuis
2018-08-31
Make poly1305 and x25519 more idiomatic zig
Marc Tiehuis
2018-08-30
Add poly1305 and x25519 crypto primitives
Marc Tiehuis
2018-08-27
speed up chacha20
Marc Tiehuis
2018-08-27
std.crypto: add chaCha20
Shawn Landden
2018-07-16
all integer sizes are available as primitives
Andrew Kelley
2018-07-09
Update throughput_test.zig. (#1211)
wilsonk
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-30
run zig fmt on the codebase
Andrew Kelley
2018-05-29
run zig fmt on the codebase
Andrew Kelley
2018-05-26
run zig fmt on some of the codebase
Andrew Kelley
2018-05-16
convert more std lib files to postfix pointer deref
Andrew Kelley
2018-05-10
partial conversion to post-fix pointer deref using zig fmt
Andrew Kelley
2018-04-24
crypto throughput test now uses os.time module
Marc Tiehuis
2018-04-21
Changed all MB to MiB
Harry Eakins
2018-04-21
Readability improvements and bug-fix to std/crypto/throughput_test.zig
Harry Eakins
2018-04-04
Add Hmac function (#890)
Marc Tiehuis
2018-04-04
Fix off-by-one error in all crypto functions
Marc Tiehuis
2018-03-10
Unroll Sha3 inner loop
Marc Tiehuis
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-17
Add Sha3 hashing functions
Marc Tiehuis
2018-01-17
Add throughput test program
Marc Tiehuis
2018-01-17
Fix crypto exports
Marc Tiehuis
2018-01-17
Add crypto internal test functions
Marc Tiehuis
2018-01-17
Merge branch 'master' into blake2
Marc Tiehuis
2018-01-17
Change crypto functions to fill a buffer
Marc Tiehuis
2018-01-15
Add Blake2X hash functions
Marc Tiehuis
2018-01-14
remove 32-bit windows from supported targets list
Andrew Kelley
2018-01-14
Disable win32 tests for Sha2 + correct lengths
Marc Tiehuis
2018-01-13
Change indexing variable types for crypto functions
Marc Tiehuis
2018-01-13
Add Sha2 functions
Marc Tiehuis
[next]