Versions in this module Expand all Collapse all v1 v1.3.0 Apr 16, 2025 v1.2.0 Jan 14, 2025 Changes in this version + type Algorithm int + const AlgorithmES256 + const AlgorithmES384 + const AlgorithmES512 + const AlgorithmPS256 + const AlgorithmPS384 + const AlgorithmPS512 + func (alg Algorithm) Hash() crypto.Hash + type KeySpec struct + Size int + Type KeyType + func ExtractKeySpec(signingCert *x509.Certificate) (KeySpec, error) + func (k KeySpec) SignatureAlgorithm() Algorithm + type KeyType int + const KeyTypeEC + const KeyTypeRSA v1.2.0-rc.2 Dec 6, 2024