Generate a new P256 key pair for use with Base Account
Code | Message | Description |
---|---|---|
4100 | Key generation not supported | Browser does not support cryptographic key generation |
4200 | Insufficient entropy | System lacks sufficient randomness for secure key generation |
4300 | Cryptographic system failure | Hardware or software cryptographic failure |
generateKeyPair
function can throw errors for:
generateKeyPair
in a try-catch block: