|
|
|
|
|
by neikos
2205 days ago
|
|
> ould just be a matter of iterating from A until you hit the end point and counting, right? Yes, you could brute-force all the points. The good thing is, ECC is done on fields that are very large, so that actually enumerating them is not practical. Check out Curve25519[1] for some numbers. [1]: https://en.wikipedia.org/wiki/Curve25519 |
|