Alex Gaynor
Alex Gaynor
Currently this produces: ``` --> /Users/alex_gaynor/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/../../stdarch/crates/core_arch/src/arm_shared/crypto.rs:69:5 | 69 | vaeseq_u8_(data, key) | ^^^^^^^^^^^^^^^^^^^^^ can't call foreign function `llvm.aarch64.crypto.aese` on OS `macos` | ``` or ``` test inputs::encoded::tests::test_input ... error: unsupported...
Right now CI takes too long. With a deep queue or a single flake, it can effectively grind our productivity to a halt. We should look into what can be...
Last Thanksgiving, I had an idea to use libFuzzer as an input stream to a grammar to fuzz JS engines. Ultimately I didn't have a lot to show for it....
The version of openssl that was previously used had numerous security issues, and did not support the latest versions of the upstream openssl package. I wasn't sure what to do...
Hi! This is a wonderful resource. I'm very interested in having stats for one of my packages (cryptography), so we can know when we can specifically drop older manylinux. I...