Versions in this module Expand all Collapse all v2 v2.0.12 Sep 18, 2021 v2.0.11 Sep 18, 2021 Changes in this version + type Algorithm struct + Hash hash.Algorithm + Signature signature.Algorithm + func Algorithms() []Algorithm + func ParseSignatureSchemes(sigs []tls.SignatureScheme, insecureHashes bool) ([]Algorithm, error) + func SelectSignatureScheme(sigs []Algorithm, privateKey crypto.PrivateKey) (Algorithm, error)