Versions in this module Expand all Collapse all v1 v1.0.2 Aug 1, 2024 v1.0.1 Aug 1, 2024 v1.0.0 Aug 1, 2024 Changes in this version + func SignData(privateKey *ecdsa.PrivateKey, data []byte) ([]byte, error) + func VerifySignature(publicKey *ecdsa.PublicKey, data []byte, signature []byte) (bool, error) Other modules containing this package github.com/bpfs/defs/v2