SideChannelMarvels / Deadpool

Repository of various public white-box cryptographic implementations and their practical attacks.
GNU General Public License v3.0
636 stars 119 forks source link

Make sure to collect distinct faults #5

Closed protopyte closed 7 years ago

protopyte commented 7 years ago

I would expect fault collection to also monitor that they are different from each other. I didn't see any other way than tracking which fault belonged to which group, let me know if you have something simpler in mind. I could go a step further and kill encstatus/decstatus, relying on the length of the sets.

protopyte commented 7 years ago

Second version of the patch, avoiding the management of the per group sets at the expense of a search in the known faults

doegox commented 7 years ago

thanks!