Franziskus Kiefer
Franziskus Kiefer
The signature API isn't great right now. It should be updated to be easier to use and cover all signature algorithms.
The HPKE API is the (hac)spec API right now, which isn't great to use. Add a high-level, usable API on top.
This issue is collecting bugs in the handling of `&mut`. The following code is throwing errors. ```rust let mut bytes = vec![0u8, 1, 2]; // if this is an array,...
The new SHA3 code from #897 (avx2 and scalar) lost about 30% performance just before merge. We have been using the version before merge for a while and noticed this...
This PR adds facilities to run benchmarks on larger groups. Design - not criterion based - ability read/write group state into files for testing larger groups - different group setups...
Test all checks for groups context extension proposals.
Update the OpenMLS book to make sure that it is consistent with the current crate (APIs). https://openmls.tech/book/
Adding some more benchmarking for OpenMLS. This especially adds some infrastructure to benchmark larger groups. https://github.com/openmls/openmls/compare/main...franziskus/large-group-benchmarks