I have seen your example about ecdlp solver :The Problem is as follows:
$$E\backslash GF(p):y^2=x^3+17230x+22699$$
where $p=23981$, point $G$ with prime order $|G| = 109$
Alice creates a public key by selecting a private key $d<q$, public key $Q=[d]G = (3141,12767)$
Therefore;
- public information : $a,b,p,G,q,Q$
- private key : $d$
However, this curve has the following characteristic:
$\Delta= −16( 4a^3+27b^2) \bmod p =0$ That is, the discriminant is 0. and embedding degree is 2
I, however, don't understand where comes out the value (23796,0) i.e how can I calculate it? and then the following formula equation: after which we obtain the corresponding curve $$y^2=x^3+23426x^2$$
- is it possible for a further explanation of how you determine the point $(27396,0)$?