Franziskus Kiefer
Franziskus Kiefer
With #614 a lot of the P256 code will change again. I guess the question is whether this regression is acceptable until that's moving. I'd lean towards reverting but the...
I'm working on Rust bindings here https://github.com/franziskuskiefer/evercrypt-rust/ (we should eventually move the -sys crate in here).
Ok, makes sense. Maybe there should also be a different mechanisms for Low* to prevent large stack allocations. But having a macro in kremlin could be a start. But I'm...
I think it depends what the best solution here is 😄 I personally like `(void)`ing unused return values because it makes it explicit and allows us to error on unused...
Yeah I guess the description isn't great 😄 😬 I talk about the hacspec arrays. I thought I've seen some without index type.
Unfortunately, this is a known issue that needs to be fixed. **You can always fix it by cleaning.** I didn't dig into it yet. But I suspect that the compiler...
`cargo clean` should work. But you might have some RLS or rust analyzer building in between in the background. You have to ensure that it's really clean before building again....
I run into this issue a lot. rust-analyzer doesn't adhere to the `rust-toolchain` file and even though it [claims to use the directory override](https://github.com/rust-analyzer/rust-analyzer/issues/4064), this doesn't work for me. I'm...
We should make sure to take thoughts from https://github.com/rust-lang/rfcs/issues/671 into account.
I toyed a little with the new const generics and I really like how that works https://gist.github.com/franziskuskiefer/920fa6fdcf3d47cdbbdbe325e8e87275