Package-level declarations

Types

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)

Functions

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

ECDSA on the SECP256R1 curve returning ASN.1 DER format.

actual 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.

Link copied to clipboard

ECDSA on the SECP256R1 curve returning raw r||s format.