MidlePayQml
0.0.4
MiddlePay QML module
_temp
build
_deps
qcurlp81-src
include
hashing
qcurlp81.hpp
1
#pragma once
7
#include<QByteArray>
8
namespace
qhashing
{
9
class
curlP
:
public
QByteArray
10
{
11
public
:
12
using
QByteArray::QByteArray
;
13
curlP
(
const
QByteArray
& trits);
14
QByteArray
get_hash
(
void
)
const
;
15
quint8
get_TrailingZeros
(
void
)
const
;
16
private
:
17
void
transform(
void
);
18
static
const
int
TruthTable[];
19
};
20
}
qhashing::curlP
Definition:
qcurlp81.hpp:10
qhashing::curlP::get_TrailingZeros
quint8 get_TrailingZeros(void) const
qhashing::curlP::curlP
curlP(const QByteArray &trits)
qhashing::curlP::get_hash
QByteArray get_hash(void) const
qhashing
Definition:
qcurlp81.hpp:8
QByteArray
QByteArray::QByteArray
QByteArray()