type github.com/golang-jwt/jwt/v5.SigningMethodEd25519 (struct)

Method Implmentations

Alg() string *SigningMethodEd25519.M : SigningMethod.Alg
Sign(signingString string, key interface{}) ([]byte, error) *SigningMethodEd25519.M : SigningMethod.Sign
Verify(signingString string, sig []byte, key interface{}) error *SigningMethodEd25519.M : SigningMethod.Verify