Research Article
Blind Cartography for Side Channel Attacks: Cross-Correlation Cartography
Algorithm 1
Algorithm for grouping maps per area of interest.
| Require: One observation per point | | Ensure: List of identical maps | | For each 2D grid point do Fixed reference point A} | | /* Looping over all fixed reference points A */} | | | | for each 2D grid point do | | /* Looping over all mobile points B */} | | | end for | | | end for | | /* Index of areas of interest */} | | for each 2D grid point do | | /* Looping over all fixed reference points A */} | | | | | for each 2D grid point do | | /* Looping over all mobile points B */} | | | | if | | then | | | end if | | end for | | | end for | | for do | | | end for |
|