Package-level declarations

Functions

Link copied to clipboard
fun Array<UByte>.hexColumsPrint(chunk: Int = 16)

Created by Ugljesa Jovanovic ugljesa.jovanovic@ionspin.com on 17-Jun-2020

fun UByteArray.hexColumsPrint(chunk: Int = 16)
Link copied to clipboard
fun increment(byteString: UByteArray): UByteArray

Increment a bytestring Big Endian/Big Endian array

Increment a 2^64 base uint Big Endian/Big Endian array

Increment a 2^64 base ulong Big Endian/Big Endian array

Link copied to clipboard
Link copied to clipboard
fun mirrorBytes(source: UByteArray, start: Int, end: Int, target: UByteArray, targetStart: Int)

end not inclusive

Link copied to clipboard
infix operator fun Char.times(count: Int): String
infix operator fun Char.times(count: Long): String
Link copied to clipboard
fun Char.toDigit(base: Int = 10): Int

Created by Ugljesa Jovanovic ugljesa.jovanovic@ionspin.com on 18-Mar-2019