PubKey defines a secp256r1 ECDSA public key.

interface PubKey {
    key: Uint8Array;
}

Properties

Properties

key: Uint8Array

Point on secp256r1 curve in a compressed representation as specified in section 4.3.6 of ANSI X9.62: https://webstore.ansi.org/standards/ascx9/ansix9621998