Ionuț Mihalcea

Results 68 comments of Ionuț Mihalcea

Sweet! Is this in Rust? I'd be more than happy for it to be hosted here, unless you want to upstream it somewhere else - as long as there's an...

There are a couple of problems with that implementation - I was hoping to use it for Parsec testing as well, however: * It relies on some openssl stuff that's...

No, I think it's good to have an update on that here! I should've actually written something about it back when I was doing my key attestation work :) I...

Indeed, I saw that OpenSSL 3 provides the right tools, but there were no proper bindings in Rust, and I couldn't wait for the proper bindings to come out 😢...

> I wonder if we need to update the lock file as well? That was my thought as well. I regret not putting in the effort to write a script...

> Okay, so I'll update the Cargo.lock as well in that case? Are there other concerns? Sounds like a plan, if you have time for it!

Do you reckon we should just keep the type exports and not make the modules public, to keep the import tree flat?

Hmm, just noticed something odd. For some reason there's a separate module for non-volatile-related structures. Any reason for that? They seem very similar to the stuff we have in `structures`....

> should perhaps be added as coding guideline While I'd love to have coding guidelines and be very explicit about how to handle various cases, at least from my experience...

> > > Is it still needed? We went back on this idea for PSA Crypto I believe We went back on this idea for PSA Crypto because that spec...