Brian Smith
Brian Smith
See https://twitter.com/BRIAN_____/status/832326564343734272
This is needed for Paseto version 2; see https://github.com/paragonie/paseto/tree/master/docs/01-Protocol-Versions#version-2-recommended
This is blocked on code coverage testing. See also these pending changes upstream: https://boringssl-review.googlesource.com/c/boringssl/+/77168 https://boringssl-review.googlesource.com/c/boringssl/+/77167 See also issue #2469 regarding developing a workaround for this code to work in ancient...
The code coverage aspect of this comprises two parts: * Ensure that the aes-gcm-avx2 implementation is tested in the `coverage` job regardless of whether the GItHub Actions runner would normally...
(a) f the user has set `TARGET_CC`/`CC` (whichever is relevant) to something other than MSVC, then calling `prefer_clang_cl_over_msvc` should do nothing. For example, if they've chosen to use clang or...
> With our handshake expressed in types, it should be relatively easy to prove equivalence between the two expressions of the TLS1.2 handshake. I just filed an issue about this:...
Thanks for the bug report. Any chance you could try to narrow down what code in the file is causing the crash? macOS build errors like this are time-consuming for...
How would the user enable LTO, with this patch?
Also note that the code for the AVX-512 version is in aes-gcm-avx10-x86_64.pl, and that aes-gcm-avx10-x86_64.pl already exists in the `main` branch; just the Rust code isn't wired up to use...
In PR #2471 there is a very nice solution by @arielb1 that can easily be generalized to also handle the ZMM case. In the future, there are likely to be...