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
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
2018-01-13
Add Md5 and Sha1 hash functions
Marc Tiehuis