Function: generateP256KeyPair()

generateP256KeyPair(): KeyPair

Defined in: crypto.ts:274

Generate a P-256 key pair. Contains the hexed privateKey, publicKey, and Uncompressed publicKey

Returns

KeyPair

  • The generated key pair.

Function: generateP256KeyPair()

generateP256KeyPair(): KeyPair

Defined in: crypto.ts:274

Generate a P-256 key pair. Contains the hexed privateKey, publicKey, and Uncompressed publicKey

Returns

KeyPair

  • The generated key pair.