Versions in this module Expand all Collapse all v1 v1.13.0 Sep 13, 2024 Changes in this version + var ECDSAlgorithms = []Algorithm + var RSAAlgorithms = []Algorithm + type Algorithm int + const AlgorithmECDSA256 + const AlgorithmECDSA384 + const AlgorithmECDSA512 + const AlgorithmHMAC256 + const AlgorithmHMAC384 + const AlgorithmHMAC512 + const AlgorithmRSA256 + const AlgorithmRSA384 + const AlgorithmRSA512 + const AlgorithmUnknown + func NewAlgorithm(a string) Algorithm + func (a Algorithm) IsHMAC() bool + func (a Algorithm) String() string