AES 8 bit leakage models

Hello all,

Where can I find more details for the leakage models available at class EightBitAES128LeakageModels in the API. Like how the key byte guess is used to get the HD or HW etc.

Thanks

I’d recommend just looking directly at the code for the different leakage models in https://github.com/newaetech/chipwhisperer/blob/develop/software/chipwhisperer/analyzer/attacks/models/AES128_8bit.py

Alex