@doegox Before I delve into editing code, is there already a microPython compatible version of phoenixAES? I don’t see any showstoppers, but would definitely need a few tweaks.
@barsteward not that I'm aware of
@doegox @barsteward Thanks - I made a couple of tweaks and it’s working well, running on a Pi Pico 2. I replaced use of enum with a class, and replaced use of intersection in _get_cands with multiple logical &s.
It’ll be part of a demo in my BSidesLDN talk in 2 weeks (Pi Pico 2 performing Voltage FI DFA on another Pico 2).
@barsteward nice! I'd be happy to merge your version with proper credits on the repo if you wish, or point to your own repo if you're publishing it elsewhere