MCPcopy Create free account
hub / github.com/SermoDigital/jose / SigningMethodHMAC

Struct SigningMethodHMAC

crypto/hmac.go:11–15  ·  view source on GitHub ↗

SigningMethodHMAC implements the HMAC-SHA family of SigningMethods.

Source from the content-addressed store, hash-verified

9
10// SigningMethodHMAC implements the HMAC-SHA family of SigningMethods.
11type SigningMethodHMAC struct {
12 Name string
13 Hash crypto.Hash
14 _ struct{}
15}
16
17// Specific instances of HMAC-SHA SigningMethods.
18var (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected