Ionuț Mihalcea

Results 68 comments of Ionuț Mihalcea

Hi, We're using your Github Action for our [documentation](https://github.com/parallaxsecond/parsec-book) as well (thanks!) and have started seeing this problem with github.io links - looking at the Liche repo I noticed a...

Hi Félix! I'm glad you're finding it useful! :) Yes, please feel free to bring up any patches to expand our supported functionality, I know there's a large part of...

Hey, Sorry for the awful delay in replying. Yes, that sounds quite useful, though I'm not sure I fully understand what you'd like tracked. The issue is mostly that the...

Hmm, looking through the variants, I think `Function` would also make sense on `NullFunctionPointer` - the other seem to be fairly operation-agnostic.

Somewhat late on this one, but given how many implementations treat compliance with the spec merely as a "nice to have", it's probably safer to keep the check..

Ok, sorry for the huge delay. So, it seems when we branched out `cryptoki-0.3.x` to release Parsec back in March, we branched from the latest v0.3 of `cryptoki`. We made...

Update: I have released v0.1.6 of `cryptoki-sys`. I'll be yanking 0.1.5 tomorrow.

Hi again! No, I don't think anyone is working on anything like that right now. We try to keep all streams of work public, so if there isn't an issue,...

Hmm, I don't particularly like the bool, but an enum just for this seems like overkill. What would you think if I just removed the parameter and introduced another method,...

The generic approach sounds good, but beyond my bandwidth right now :( I can do the "two functions" for now and change it to a generic-based solution for a later...