Versions in this module Expand all Collapse all v2 v2.4.2 Apr 30, 2025 v2.4.1 Apr 18, 2025 Changes in this version + func LoadEcdsaPrivateKey(buf []byte) (*ecdsa.PrivateKey, error) + func LoadEcdsaPublicKey(buf []byte) (*ecdsa.PublicKey, error) + func StoreEcdsaPrivateKey(privateKey *ecdsa.PrivateKey) ([]byte, error) + func StoreEcdsaPublicKey(publicKey *ecdsa.PublicKey) ([]byte, error)