SIde-Channel Analysis toolKit (SICAK)
Software toolkit for side-channel analysis
|
An abstract class, representing all the computational contexts. More...
#include <types_basic.hpp>
Public Member Functions | |
virtual | ~ComputationalContext () |
Empty destructor. | |
virtual void | fill (T val)=0 |
Fills the context's containers (vectors, matrices,...) with the 'val'. | |
Public Member Functions inherited from StructuredType | |
virtual | ~StructuredType () |
Empty destructor. | |
Public Member Functions inherited from DataType | |
virtual | ~DataType () |
Empty destructor. | |
Protected Member Functions | |
ComputationalContext () | |
Protected constructor. | |
Protected Member Functions inherited from StructuredType | |
StructuredType () | |
Protected constructor. | |
Protected Member Functions inherited from DataType | |
DataType () | |
Protected constructor. | |
An abstract class, representing all the computational contexts.