PRCYCoin
2.0.0.7rc1
P2P Digital Currency
src
qt
include
qgoogleauth
hmac.h
Go to the documentation of this file.
1
#ifndef HMAC_H
2
#define HMAC_H
3
4
#include <QObject>
5
6
class
HMAC
:
public
QObject
7
{
8
Q_OBJECT
9
public
:
10
explicit
HMAC
(QObject *parent = 0);
11
static
QByteArray
hmacSha1
(QByteArray
key
, QByteArray baseString);
12
13
Q_SIGNALS:
14
15
public
Q_SLOTS:
16
17
};
18
19
#endif // HMAC_H
HMAC::hmacSha1
static QByteArray hmacSha1(QByteArray key, QByteArray baseString)
HMAC
Definition:
hmac.h:6
HMAC::HMAC
HMAC(QObject *parent=0)
key
CKey key
Definition:
bip38tooldialog.cpp:173
Generated on Tue Apr 28 2026 00:02:54 for PRCYCoin by
1.8.17