Hacker News new | ask | show | jobs
by londons_explore 927 days ago
> 50000 peripheral memory accesses are needed

Have you tried just replaying those 50,000 accesses and seeing if things work? Obviously some things might not be correctly calibrated, but merely knowing that a simple replay works tells you that there are no complex hardware/software handshakes (ie. Take random token from here and write it to there). It also tells you that the process is probably fairly timing independent.