Results 170 comments of Robin Krahl

Using `MaybeUninit` instead of `Option` already improves the binary size a lot. Maybe I can find some more optimizations.

Of course this breaks the provisioner app which wants a mutable reference to the storage so that it can format the filesystem. Maybe we can just drop that feature. I...

As discussed in https://github.com/Nitrokey/nitrokey-3-firmware/pull/314.

I’ve previously experienced some issues with NFC when the device is powered externally. Does this setup work for you with other services? Does Apple ID work over USB?

Does NFC without external power work with any service? What kind of device is this?

Interesting. Have you already used the Nitrokeys with a different NFC device or only this one?

Okay, thanks for the information. To summarize: I’m not surprised that NFC does not work while the device is powered over USB. I don’t think this is an issue specific...

The sum is not useful for functional changes, but I think it could be used to analyze refactoring. We saw that minor changes that look like a no-op can have...

For me this would just be informational. It is then up to the author to decide if that change is expected for the current PR or if it is something...

With 1.7.0, you can choose whether the software implementation or the secure element is used. The secure element is the default, but if you used GPG before with your device,...