Package-level declarations

The utils module is intentionally lightweight. Most cryptographic and encoding operations are handled by the Kotlin Standard Library, TSS Module, and Platform Libraries.

  • Byte array manipulation

  • Serialization helpers

  • Base64 encoding/decoding

This module currently provides minimal utility functions for:

the TSS implementations and wrapper modules. Utility functions for the SilentShard Kotlin Multiplatform library. This module provides common utilities used across

Types

Link copied to clipboard
object IBufferAsBase64Serializer : KSerializer<ByteArray>
Link copied to clipboard
interface MessageSigner

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun ByteArray.writeUint16LE(value: Int, offset: Int)