Versions in this module Expand all Collapse all v1 v1.11.3-alpha Mar 9, 2023 v1.11.2 Mar 9, 2023 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)