PubKey defines a secp256r1 ECDSA public key.

interface PubKey {
    key: Uint8Array;
}

Properties

Properties

key: Uint8Array