Package-level declarations

Types

Link copied to clipboard
object Base58

Utility object for Base58 encoding and decoding.

Link copied to clipboard
object Base64

Utility object for Base64 encoding and decoding.

Link copied to clipboard
class Betch32

Utility class for Bech32 encoding and decoding.

Link copied to clipboard

A utility class for reading and writing bytes, shorts, ints, longs, and strings to/from a byte array buffer with position tracking and bit-level operations.

Link copied to clipboard
object ByteUtils

Utility object for secure and low-level byte array operations.

Link copied to clipboard
object Encoding

Utility object for encoding and decoding operations, as well as padding and unpadding byte arrays. This object provides functions to convert between different formats like hexadecimal, UTF-8, ASCII, and to handle byte array operations like padding and conversion to/from integers and longs.

Link copied to clipboard
actual class SecureRandom
expect class SecureRandom

A cryptographically secure random number generator.

actual class SecureRandom