var github.com/golang-jwt/jwt/v5.SigningMethodES256
6 uses
github.com/golang-jwt/jwt/v5 (current package)
ecdsa.go#L27: SigningMethodES256 *SigningMethodECDSA
ecdsa.go#L34: SigningMethodES256 = &SigningMethodECDSA{"ES256", crypto.SHA256, 32, 256}
ecdsa.go#L35: RegisterSigningMethod(SigningMethodES256.Alg(), func() SigningMethod {
ecdsa.go#L36: return SigningMethodES256
github.com/coinbase/cdp-sdk/go/auth
jwt.go#L103: token := jwt.NewWithClaims(jwt.SigningMethodES256, claims)
jwt.go#L165: token := jwt.NewWithClaims(jwt.SigningMethodES256, claims)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |