SigningMethodEd25519 implements the EdDSA family. Expects ed25519.PrivateKey for signing and ed25519.PublicKey for verification
| 14 | // SigningMethodEd25519 implements the EdDSA family. |
| 15 | // Expects ed25519.PrivateKey for signing and ed25519.PublicKey for verification |
| 16 | type SigningMethodEd25519 struct{} |
| 17 | |
| 18 | // Specific instance for EdDSA |
| 19 | var ( |
nothing calls this directly
no outgoing calls
no test coverage detected