MCPcopy
hub / github.com/golang-jwt/jwt / isEd

Function isEd

cmd/jwt/main.go:306–308  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

304}
305
306func isEd() bool {
307 return *flagAlg == "EdDSA"
308}
309
310func isNone() bool {
311 return *flagAlg == "none"

Callers 2

verifyTokenFunction · 0.85
signTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected