Julien Cretin

Results 167 comments of Julien Cretin

I'm not familiar enough with FIDO to tell whether a public batch attestation is something they expect. If yes, then publishing a public AAGUID and batch attestation, and using it...

Yes that's exactly what I meant. And indeed it's orthogonal except if the list is a singleton (like in this example), because then the second option is almost strictly better...

> Is there a supported way to export these changes as patches on top of the patches already included in OpenSK? Assuming `third_party/tock` contains the changes, you can follow these...

> probe-run cannot really do this because afaik cargo runners cannot take input I don't use `probe-run` but `probe-rs run`, but maybe that's what you meant. And I don't use...

Thanks, I'll try it when I'll get some time (might be in a few months) and report here.

### Quick update I started working on this and realized that: 1. The object crate doesn't populate the address of symbols in wasm. I created https://github.com/gimli-rs/object/issues/538 for this and have...

I wrote a longer update here: https://github.com/gimli-rs/object/pull/539#issuecomment-1520915958. I don't think this will be easy. The main difficulty will be to find a way to generate unique identifiers without consuming space...

As suggested by @bjorn3 (https://github.com/gimli-rs/object/pull/539#issuecomment-1521627995) we could just give up on optimizing data transfer and use hashes instead of increasing sequence for identifiers. This shouldn't impact binary size since the...

I see 2 non-exclusive options going forward: 1. Provide a `#[defmt(bounds = "")]` container-attribute to overwrite the inferred bounds. This is what `serde` does. 2. Infer the perfect bounds. This...

Is #800 part of 0.3.8? If yes, then I'll extract a minimal example from my concrete problem.