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
2021-05-09
p256: properly handle neutral element & add AffineCoordinates struct (#8718)
Frank Denis
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-05-03
Prepare std/crypto/pcurves for ecdsa and other curves (#8670)
Frank Denis
2021-05-01
std.crypto: add support for the NIST P-256 curve (#8627)
Frank Denis
2021-04-29
x: comptime bool -> comptime x: bool (#8639)
Frank Denis
2021-04-26
Merge pull request #8609 from jedisct1/timingSafeCompare
Andrew Kelley
2021-04-26
Change timingSafeCompare() to accept slices
Frank Denis
2021-04-26
25519: remove unused const, safeguard against unreduced scalars (#8624)
Frank Denis
2021-04-25
Add std.crypto.utils.timingSafeCompare
Frank Denis
2021-04-24
ed25519: use double-base multiplication for signature verification
Frank Denis
2021-04-20
std/crypto: use finer-grained error sets in function signatures (#8558)
Frank Denis
2021-03-17
std/crypto/chacha20: add round-reduced versions & cleanup internals
Frank Denis
2021-03-17
pbkdf2: use std.math.divCeil()
Frank Denis
2021-03-16
crypto/pbkdf2: use snake_case for variables like everywhere else
Frank Denis
2021-03-16
crypto/pbkdf2: simplify the check for the max number of iterations
Frank Denis
2021-03-14
Use a unified error set for std/crypto/*
Frank Denis
2021-03-01
std: Deprecate 'x'/'X'/'e'/'E' special cases for u8 slices
LemonBoy
2021-02-28
std/crypto: add AES-OCB
Frank Denis
2021-02-28
std/crypto/aes: fix AES {encrypt,decrypt}Wide
Frank Denis
2021-02-28
std/crypto/benchmark: update format strings
Frank Denis
2021-02-25
initial support for haiku sync update
Al Hoang
2021-02-24
zig fmt the std lib
Andrew Kelley
2021-02-21
std: Add more error checking in hexToBytes
LemonBoy
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2021-02-02
fix typo in comment
Rocknest
2021-02-02
siphash: update the link to the SipHash paper
Frank Denis
2021-01-15
crypto: add legacy keccak hash functions
Guillaume Ballet
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-03
std/crypto: add BLAKE2-160 types and tests
Frank Denis
2021-01-02
std/crypto: properly support arbitrary output sizes
Frank Denis
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2020-12-31
Year++
Frank Denis
2020-12-28
std/crypto: increment the correct words for vectorized salsa20
Frank Denis
2020-12-23
Fix Gimli hash on 16n byte inputs
Matt Sicker
2020-12-19
stage1: Fix for generic fn monomorphization
LemonBoy
2020-12-18
work around compiler bug regarding generic function slice alignment
Andrew Kelley
2020-12-18
std.crypto.random: introduce fork safety
Andrew Kelley
2020-12-18
std: tlcsprng: cleanups & improvements
Andrew Kelley
2020-12-18
std: introduce a thread-local CSPRNG for general use
Andrew Kelley
2020-11-25
std/crypto - edwards25519 precomp: prefer doublings over adds
Frank Denis
2020-11-17
std/crypto: use NAF for multi-scalar edwards25519 multiplication
Frank Denis
2020-11-17
std/crypto: implement the Hash-To-Curve standard for Edwards25519
Frank Denis
2020-11-16
std.crypto.isap: fix callsites of secureZero
Andrew Kelley
2020-11-16
std/crypto: add ISAPv2 (ISAP-A-128a) AEAD
Frank Denis
2020-11-07
Use @reduce
Frank Denis
2020-11-07
Add mem.timingSafeEql() for constant-time array comparison
Frank Denis
2020-11-05
std/crypto: don't constrain Gimli hash output to a fixed length
Frank Denis
2020-11-05
math.shl/math.shr: add support for vectors
Frank Denis
2020-11-05
std.crypto: namespace constructions a bit more
Frank Denis
2020-11-05
Now that they support vectors, use math.rot{l,r}
Frank Denis
[next]