|
SIde-Channel Analysis toolKit (SICAK)
Software toolkit for side-channel analysis
|
CPA keyguess evaluation SICAK CpaKeyEval plugin, simply creates cipher key from byte-based CPA keyguess. More...
#include <simplechar.h>


Public Member Functions | |
| virtual QString | getPluginName () override |
| Plugin name. | |
| virtual QString | getPluginInfo () override |
| Plugin info. | |
| virtual void | init (const char *param) override |
| Initialize the plugin. | |
| virtual void | deInit () override |
| Deinitialize the plugin. | |
| virtual Vector< uint8_t > | evaluateKeyCandidates (const VectorType< size_t > &keyCandidates) override |
| Evaluates the keyguess (e.g. maximum key candidate correlation traces) and returns the cipher key. | |
Additional Inherited Members |
CPA keyguess evaluation SICAK CpaKeyEval plugin, simply creates cipher key from byte-based CPA keyguess.
1.8.15