Package-level declarations

Types

Link copied to clipboard
object BytesOps

This represents the conversion from and to ByteArray to Hex.

Functions

Link copied to clipboard
Link copied to clipboard
fun ByteArray.padStart(length: Int, padValue: Byte): ByteArray

Pads the current ByteArray with the specified padValue at the beginning, making it equal to or larger than the specified length.

Link copied to clipboard
fun BigInteger.toJavaBigInteger(): <Error class: unknown class>

Converts a Kotlin BigInteger to a Java BigInteger.