Versions in this module Expand all Collapse all v1 v1.0.0 Dec 25, 2025 Changes in this version + func DecodeEDDSAPubKey(encodedKey []byte) (*edwards.PublicKey, error) + func EncodeEDDSAPubKey(pubKey *edwards.PublicKey) ([]byte, error) + func EncodeS256PubKey(pubKey *ecdsa.PublicKey) ([]byte, error) + func JsonBytesToStruct(data []byte, v interface{}) error + func StructToJsonBytes(v interface{}) ([]byte, error)