type github.com/golang-jwt/jwt/v5.SigningMethodEd25519
6 uses
github.com/golang-jwt/jwt/v5 (current package)
ed25519.go#L16: type SigningMethodEd25519 struct{}
ed25519.go#L20: SigningMethodEdDSA *SigningMethodEd25519
ed25519.go#L24: SigningMethodEdDSA = &SigningMethodEd25519{}
ed25519.go#L30: func (m *SigningMethodEd25519) Alg() string {
ed25519.go#L36: func (m *SigningMethodEd25519) Verify(signingString string, sig []byte, key interface{}) error {
ed25519.go#L58: func (m *SigningMethodEd25519) Sign(signingString string, key interface{}) ([]byte, error) {
![]() |
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. |