BigInteger

expect constructor(bytes: ByteArray)

Create an instance of BigInteger from a ByteArray

Parameters

bytes

ByteArray representing the large integer


expect constructor(value: String)

Parameters

value

the string representation of this large integer

actual constructor(bytes: ByteArray)
actual constructor(value: String)