Versions in this module Expand all Collapse all v1 v1.9.3 Apr 16, 2022 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)