Markopy
Utilizing Markov Models for brute forcing attacks
|
Edge class template. More...
#include <cstdint>
#include <cstddef>
Go to the source code of this file.
Classes | |
class | Markov::Edge< NodeStorageType > |
Edge class used to link nodes in the model together. More... | |
Namespaces | |
Markov | |
Namespace for the markov-model related classes. Contains Model, Node and Edge classes. | |
Edge class template.
Edge class used to link nodes in the model together. Has LeftNode, RightNode, and EdgeWeight of the edge. Edges are UNIDIRECTIONAL in this model. They can only be traversed LeftNode to RightNode.
Definition in file edge.h.