Emanuele Cesena

Results 39 comments of Emanuele Cesena

OTP is unlikely because it requires server interaction, as the keys have no way to keep track of time. I'm not excluding it completely and we could host a server,...

That's a great way to use static key, we should also add it/recommend it into the docs.

Thank you @deepsweet. Unfortunately Ed25519 in SSH is a bit more challenging than it seems. The space is fragmented and many features are lacking from other tools. For example, while...

FYI, we presented Solo at Teardown 2019, including a couple minutes on our roadmap: https://youtu.be/ji7Hvg2L6i0?t=10721 Slides are here (roadmap is at slide 36): https://docs.google.com/presentation/d/17-CWeitWJsxishVSwDpjazVUtAuqNJikipDhnJyRo9g/edit?usp=sharing I guess we need to find...

FYI, there's a discussion in #199 (I just added slides/presentation). In this comment I sort of explained the complexities of OTP https://github.com/solokeys/solo/issues/199#issuecomment-497048803

Personally, I think we have opportunities to fix via firmware upgrade -- if not we'll certainly explore a hw rev. But I'm positive we can optimize the boot, or play...

Can you clarify? To the best of our knowledge you can use a FIDO2 key on Windows 10 logon only in enterprise settings with AAD. Or, you can use it...

Firedancer: https://github.com/firedancer-io/firedancer (first added here: https://github.com/firedancer-io/firedancer/pull/1311)

@nbgl btw we looked at your py code for cache-oblivious. We believe we did something similar in hardware, we call it multi-layer, the idea is to reduce the number of...

Thank you much @nbgl, I merged your commits. Sorry I didn't realized the `-Ctarget-cpu=native`, will make sure to use it in future, thank you for the hint! As for the...