Versions in this module Expand all Collapse all v2 v2.0.1 Dec 1, 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) v2.0.1-modpath.1 Nov 3, 2023