MagicSmoke
$VERSION$
|
#include "keygen.h"
#include <QBoxLayout>
#include <QColor>
#include <QCryptographicHash>
#include <QKeyEvent>
#include <QLabel>
#include <QMouseEvent>
#include <QPalette>
#include <QPointer>
#include <QPushButton>
#include <QSettings>
#include <QTime>
#include "hmac.h"
Macros | |
#define | RANDNEED 160 |
Functions | |
int | getEntropy () |
QByteArray | getRandom (int num) |
Variables | |
static QPointer< EFilter > | efilter |
#define RANDNEED 160 |
Referenced by EFilter::EFilter(), MKeyGen::getKey(), MKeyGen::MKeyGen(), and EFilter::~EFilter().
int getEntropy | ( | ) |
References efilter.
QByteArray getRandom | ( | int | num | ) |
References efilter.
|
static |
Referenced by EFilter::EFilter(), getEntropy(), MKeyGen::getKey(), getRandom(), EFilter::instance(), and MKeyGen::MKeyGen().