|
Markopy
Utilizing Markov Models for brute forcing attacks
|
Simple static class for basic CUDA device controls. More...
#include "cudaDeviceController.h"#include <iostream>#include <curand_kernel.h>#include <cuda.h>#include <cuda_runtime.h>#include <device_launch_parameters.h>Go to the source code of this file.
Namespaces | |
| Markov | |
| Namespace for the markov-model related classes. Contains Model, Node and Edge classes. | |
| Markov::API | |
| Namespace for the MarkovPasswords API. | |
| Markov::API::CUDA | |
| Namespace for objects requiring CUDA libraries. | |
Simple static class for basic CUDA device controls.
Controller class for CUDA device. This implementation only supports Nvidia devices.
Definition in file cudaDeviceController.cu.