David Göransson
David Göransson
@justin59805 Have you found anyway to reproduce it? It would greatly help us in solving this issue. We also have an internal issue to possibly attack this by migrating over...
Closing, since obsolete. Please notify us if this issue still persists.
> I don't think that this is enough information to work out what is going on. The function itself is as simple as: > > https://github.com/rustpq/pqcrypto/blob/4d95901b90512bc5c38a4c72642af2309e46d8a1/pqcrypto-internals/src/lib.rs#L22-L27 > > So then...
I tried reproducing it, but have not been successful. I generated more than 40000 keypairs on the hardware w/o any problem. We don't really know if it is from when...
Update regarding the third alternative, we've verified that a panic, e.g the `.expect("RNG Failed");` would cause the app to crash with a `SIGABRT`, similar to what we see in our...
> be to ensure that `getrandom()` returns success before calling any rustpq functions (once it does, it should keep doing so on modern linux at least). Oh, that is interesting....