Versions in this module Expand all Collapse all v2 v2.3.2 Sep 19, 2024 v2.3.1 Sep 4, 2024 v2.3.0 Aug 20, 2024 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)