can we sequentially generate public keys within the range of 66 bit without having anything to do with the private key?
Hi, yes it is actually what most program do. They select a star key and it is convert to public key after that it only perfome point addition operations sequentially
This is fater because it avoid the scalar multiplication operation.
Also there is a lot shortcuts to perform the point addition faster, this is doing some group operation where you can save hundreds of steps.