why every bitcoin public address have 2^96 private key and how can i find my (2^96- 1) private key for my bitcoin public address?
since Elliptical curve private key and public key has 1:1 ratio, and that public key is encoded with some operation to get bitcoin public address.
also is it possible to encrypt message with bitcoin public address and then decrypt with private key which is generated by ECC.