package
Version:
v1.2.2-beta.2
Opens a new window with list of versions in this module.
Published: Apr 17, 2026
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package types defines shared types used across the httpsig module.
Algorithm identifies the cryptographic signing algorithm.
const (
Algo_RSA_PSS_SHA512 Algorithm = "rsa-pss-sha512"
Algo_RSA_v1_5_sha256 Algorithm = "rsa-v1_5-sha256"
Algo_HMAC_SHA256 Algorithm = "hmac-sha256"
Algo_ECDSA_P256_SHA256 Algorithm = "ecdsa-p256-sha256"
Algo_ECDSA_P384_SHA384 Algorithm = "ecdsa-p384-sha384"
Algo_ED25519 Algorithm = "ed25519"
)
Symmetric reports whether the algorithm uses a shared secret rather than
an asymmetric key pair.
MetadataProvider gives read access to the signature metadata parameters on
an individual signature.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.