Package-level declarations

Types

Link copied to clipboard
actual class Crc32
Link copied to clipboard

CRC32C checksum. Note: digest will return the bytes (big endian) of the CRC32C integer value. Access digestValue directly to avoid doing the integer conversion yourself.

Link copied to clipboard
interface HashFunction

A cryptographic hash function (algorithm)

Link copied to clipboard
actual class Md5
Link copied to clipboard
actual class Sha1
Link copied to clipboard
actual class Sha256

Functions

Link copied to clipboard
expect fun ecdsaSecp256r1(key: ByteArray, message: ByteArray): ByteArray

ECDSA on the SECP256R1 curve.

actual fun ecdsaSecp256r1(key: ByteArray, message: ByteArray): ByteArray

ECDSA on the SECP256R1 curve.