SIde-Channel Analysis toolKit (SICAK)
Software toolkit for side-channel analysis
Public Member Functions | List of all members

CPA keyguess evaluation SICAK CpaKeyEval plugin, simply creates cipher key from byte-based CPA keyguess. More...

#include <simplechar.h>

Inheritance diagram for SimpleChar:
Inheritance graph
Collaboration diagram for SimpleChar:
Collaboration graph

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

Detailed Description

CPA keyguess evaluation SICAK CpaKeyEval plugin, simply creates cipher key from byte-based CPA keyguess.


The documentation for this class was generated from the following files: