Sha256Hash

Represents a SHA-256 hash value. This class ensures type-safety when handling SHA-256 hashes and provides convenient methods for creating hashes from strings and byte arrays.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val length: Int

Functions

Link copied to clipboard
open operator override fun get(index: Int): Char
Link copied to clipboard
open override fun subSequence(startIndex: Int, endIndex: Int): CharSequence
Link copied to clipboard
open override fun toString(): String