#include <LengthAttack.h>
Inheritance diagram for LengthAttackBase:
Public Member Functions | |
virtual int | type ()=0 |
Returns the algorithm type. | |
virtual findKey_LengthBasedResult | findKey_LengthBased (int N, const vector< Word > &A1, const vector< Word > &A2, const vector< Word > &B, int sec=9999999, ostream &out=cout)=0 |
Attack on an instances of the AAG protocol. |
Definition at line 32 of file LengthAttack.h.
|
Attack on an instances of the AAG protocol. Executes a length-based attack on an instance of the AAG protocol
Implemented in LengthAttack_A1, LengthAttack_A2, and LengthAttack_A3. |
|
Returns the algorithm type.
Implemented in LengthAttack_A1, LengthAttack_A2, and LengthAttack_A3. |