Expand description

This module implements ECDSA (NIST P-256 curve) keys related functions. You can export private key to a DER format or create a certificate with extension for TLS-based remote attestation.

Structs

NistP256KeyPair stores a pair of ECDSA (private, public) key based on the NIST P-256 curve (a.k.a secp256r1).