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-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
2020-11-03
Make Gimli test vector look like the python implementation
Frank Denis
2020-11-03
Another big-endian fix for Gimli
Frank Denis
2020-11-02
Fix Gimli for big-endian targets
Frank Denis
2020-11-01
std/crypto: make Hkdf functions public
Frank Denis
2020-10-29
std/crypto/blake2b: allow the initial output length to be set
Frank Denis
2020-10-29
std/crypto/x25519: return encoded points directly + ed->mont map
Frank Denis
2020-10-29
std/crypto: vectorize Salsa20
Frank Denis
2020-10-28
std/crypto: adjust aesni parallelism to CPU models
Frank Denis
2020-10-28
PascalCase *box names, remove unneeded comptime & parenthesis
Frank Denis
2020-10-26
std/crypto: API cleanup
Žiga Željko
2020-10-26
std/*: add missing MIT license headers
Frank Denis
2020-10-25
std/crypto: vectorize BLAKE3
Frank Denis
2020-10-25
std/crypto: add the bcrypt password hashing function
Frank Denis
2020-10-25
Move ed25519 key pairs to a KeyPair structure
Frank Denis
2020-10-25
Add (X)Salsa20 and NaCl boxes
Frank Denis
2020-10-24
Fix a typo (s/multple/multiple/)
Frank Denis
2020-10-22
Add a benchmark for signature verifications
Frank Denis
2020-10-22
Implement multiscalar edwards25519 point multiplication
Frank Denis
2020-10-22
Support variable-time edwards25519 scalar multiplication
Frank Denis
2020-10-22
std/crypto/25519: use Barrett reduction for scalars (mod l)
Frank Denis
2020-10-22
std/crypto/25519: add support for batch Ed25519 signature verification
Frank Denis
2020-10-17
std/crypto: make the whole APIs more consistent
Frank Denis
2020-10-16
Vectorize Gimli
Frank Denis
2020-10-15
std.rand: set DefaultCsprng to Gimli, and require a larger seed
Frank Denis
2020-10-15
std/crypto/hmac: remove HmacBlake2s256 definition
Frank Denis
2020-10-15
std/crypto/25519: do cofactored ed25519 verification
Frank Denis
2020-10-10
Simpler ChaCha20 vector code
Frank Denis
2020-10-10
Use an array of comptime_int for shuffle masks
Frank Denis
2020-10-10
std/crypto: add a vectorized ChaCha20 implementation
Frank Denis
2020-10-08
Merge pull request #6614 from jedisct1/aes-arm
Andrew Kelley
2020-10-08
ghash: add pmull support on aarch64
Frank Denis
2020-10-08
aes/aesni is not based on a Go implementation, only aes/soft is
Frank Denis
2020-10-08
std/crypto/aes: add AES hardware acceleration on aarch64
Frank Denis
2020-10-06
std/crypto: faster (mod 2^255-19) square root computation
Frank Denis
2020-10-06
std/crypto: Add support for AES-GCM
Frank Denis
2020-10-05
ghash & poly1305: fix handling of partial blocks and add pad()
Frank Denis
2020-10-04
Merge pull request #6463 from jedisct1/ghash
Andrew Kelley
2020-10-01
ghash: add pclmul support on x86_64
Frank Denis
2020-10-01
Implement ghash aggregated reduction
Frank Denis
2020-10-01
ghash & poly1305: use pointer to slices for keys and output
Frank Denis
2020-10-01
std/crypto: add GHASH implementation
Frank Denis
2020-09-30
Remove unused var, sort std.crypto.*
Frank Denis
2020-09-30
std/crypto: implement the HKDF construction
Frank Denis
2020-09-29
Merge pull request #6442 from jedisct1/aegis
Andrew Kelley
[next]