github.com/golang-jwt/jwt/v5.SigningMethodEd25519.Sign (method, view implemented interface methods)

one use

	github.com/golang-jwt/jwt/v5 (current package)
		ed25519.go#L58: func (m *SigningMethodEd25519) Sign(signingString string, key interface{}) ([]byte, error) {