Secp256r1Signature

A canonical 64-byte (r, s) P-256 signature.

Constructors

Link copied to clipboard
constructor(signature: ByteArray)
constructor(signature: HexInput)
constructor(signature: String)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toBcs(): ByteArray
Link copied to clipboard
open override fun toByteArray(): ByteArray

Get the raw signature bytes