# Functions
GeneratePrivateKey creates an EC private key using a P-256 curve and stores it in keystorePath.
LoadPrivateKey loads a private key from a file in keystorePath.
# Structs
No description provided by the author
ECDSASigner implements the crypto.Signer interface for ECDSA keys.