Versions in this module Expand all Collapse all v0 v0.1.1 Jul 30, 2024 v0.1.0 May 16, 2022 Changes in this version + func Sign(src io.Reader, isRegular bool, signatureFormat string, identity interface{}) (io.Reader, func() (string, error), error) + func SignHeader(hdr *tar.Header, isRegular bool, signatureFormat string, identity interface{}) error + func SignString(src string, isRegular bool, signatureFormat string, identity interface{}) (string, error) + func Verify(src io.Reader, isRegular bool, signatureFormat string, recipient interface{}, ...) (io.Reader, func() error, error) + func VerifyHeader(hdr *tar.Header, isRegular bool, signatureFormat string, recipient interface{}) error + func VerifyString(src string, isRegular bool, signatureFormat string, recipient interface{}, ...) error