Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
3,346 contributions in the last year
Contribution activity
October 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 16 repositories not shown
Created a pull request in ziglang/zig that received 8 comments
MSVC CI: run tests individually
This seems to solve the issues we have on Azure with the MSVC pipeline.
- std/crypto: adjust aesni parallelism to CPU models
- Move crypto.randomBytes() to crypto.random.bytes()
- std/crypto/blake2b: allow the initial output length to be set
- std/crypto/x25519: return encoded points directly + ed->mont map
- std/*: add missing MIT license headers
- PascalCase *box names, remove unneeded comptime & parenthesis
- std/crypto: add (X)Salsa20 and NaCl boxes
- std/crypto: add the bcrypt password hashing function
- Fix a typo (s/multple/multiple/)
- std/crypto: vectorize BLAKE3
- Darwin has arc4random(), too
- Remove DefaultCsprng
- std/crypto/25519: add support for batch Ed25519 signature verification
- std/crypto: make the whole APIs more consistent
- std/crypto/25519: do cofactored ed25519 verification
- Classify .tbd files as shared libraries
- std/crypto: vectorize Gimli
- std/crypto: add a vectorized ChaCha20 implementation
- std.rand: set DefaultCsprng to Gimli, and require a larger seed
- std/crypto/aes: add AES hardware acceleration on aarch64
- std/crypto/25519: faster (mod 2^255-19) square root computation
- std/crypto: Add support for AES-GCM
- std/crypto/hmac: remove HmacBlake2s256 definition
- std/crypto/ghash: add pmull support on aarch64
Created an issue in ziglang/zig that received 2 comments
__zig_probe_stack undefined in static libraries
When building static libraries, the __zig_probe_stack symbol is undefined:
Undefined symbols for architecture x86_64: "___zig_probe_stack", referen…

