Brian Smith
Brian Smith
Going to close this since, in retrospect, the HKDF API needs to be revamped well beyond this step.
Hi, I'll take a look at this really soon. I just wanted to jot down my initial thinking: My current thoughts are to try to follow the pattern suggested in...
> * This was easy to setup but it does require _Rust Nightly_ tooling on _Intel_. (No M1 support - sad) Rust nightly isn't the end of the world for...
Also, thanks for working on this! I would suggest a humble project: Factor out the code that can construct a Tag-Length-Value encoding from a (tag, value) pair. Test that parsing...
I am curious about your thoughts on https://github.com/AltSysrq/proptest for fuzzing compared to the others you found. Maybe I'm just too biased towards it do to what I've researched so far,...
@dennisameling Thanks for the PR. Have you tested whether upstream BoringSSL builds with MSVC for AArch64? At least the last time I checked, they were still using clang for all...
Either way, to support this target we'd need the coverage tests to be expanded to run for the x32 target too. I think that's the first step here. Especially, I...
> If there is any assembly involved I don't think it's worth spending time on supporting x32 in there. I didn't look at the details of the x32 ABI. If...
I took a step towards this in PR #2560.
> I took a step towards this in PR #2560. Also PTAL at #2561 which fixes the definition of the word size for AArch64 ILP32 and x86_64 x32 so that...