Jack O'Connor
Jack O'Connor
I.e. this command... b3sum -- - ...should hash the _file_ `./-`.
This might be related to of https://github.com/hakimel/reveal.js/issues/1002 (fixed in 2016), but specifically involving code line highlighting. Here's a minimal repro of the problem: https://github.com/oconnor663/reveal.js/commit/37bdae7e0971c674f5599d17755116f3410f84d4 The first slide has no display...
Inspired by [a discussion about `subtle` and `constant_time_eq` earlier today](https://github.com/BLAKE3-team/BLAKE3/pull/419), I wanted to try to make this crate Miri-compatible. The `blake3` crate currently [has its own workaround](https://github.com/BLAKE3-team/BLAKE3/blob/479eef82d756221abe9f93077b91ce8cf763c32a/src/lib.rs#L318-L331) for Miri compatibility,...
The most important thing about Poll is that Future::poll returns it, but previously the docs didn't emphasize this.
- [X] Bug report ``` systemd 229 +PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN ``` [Arch Linux] It...
This might not be the best fit for a GitHub issue, but I'm not sure where else to report it. I've been working on [an article that uses a large...
`blake3` v1.7.0 just landed with the `wasm32_simd` Cargo feature, which enables a new optimized backend. See https://github.com/BLAKE3-team/BLAKE3/pull/341. Anecdotally on my laptop under Wasmtime, this is a 6x performance improvement for...
Here's a GitHub gist you can clone to repro the issue I'm seeing: https://gist.github.com/oconnor663/deaad1cacdcbf98e8e21f73b163827b5. The minimal `MODULE.bazel` file looks like this: ``` module( name = "repro", version = "0.1.0", )...
While we're taking this MSRV bump, we can also update `constant_time_eq`, which uses the 2024 edition in its most recent versions. I'm not sure exactly when we'll want to land...
On my CPU with SHA-NI support, updating from OpenSSL 3.5 to 3.6 causes `sha256sum` to slow down by ~3x on large files. OpenSSL v3.5 was using SHA-NI, but OpenSSL v3.6...