MidlePayQml
0.0.4
MiddlePay QML module
|
Binary To Ternary Encoding following this TIP More...
Functions | |
QByteArray | intToTrits (const qint8 &value) |
QByteArray | get_Trits_from_Bytes (const QByteArray &bytes) |
QByteArray | get_Trytes_from_Bytes (const QByteArray &bytes) |
QByteArray | get_Trytes_from_Trits (const QByteArray &trits) |
Binary To Ternary Encoding following this TIP
QByteArray qencoding::qb1t6::get_Trits_from_Bytes | ( | const QByteArray & | bytes | ) |
Converts a QByteArray value into its corresponding balanced ternary representation
QByteArray qencoding::qb1t6::get_Trytes_from_Bytes | ( | const QByteArray & | bytes | ) |
Converts a QByteArray to the corresponding tryte alphabet string
QByteArray qencoding::qb1t6::get_Trytes_from_Trits | ( | const QByteArray & | trits | ) |
Converts a QByteArray of trits to the corresponding tryte alphabet string
QByteArray qencoding::qb1t6::intToTrits | ( | const qint8 & | value | ) |
Converts a signed integer value into its corresponding balanced ternary representation in little-endian order