func crypto/internal/fips140/ed25519.SignCtx

2 uses

	crypto/internal/fips140/ed25519 (current package)
		ed25519.go#L211: func SignCtx(priv *PrivateKey, message []byte, context string) ([]byte, error) {

	crypto/ed25519
		ed25519.go#L110: 		return ed25519.SignCtx(k, message, context)