this.keyPair = ec.genKeyPair();
I use this line to get the keys, and the public key will be the address, but I want the user to make their own address for private blockchain reasons (address will use the public key that the user made, no random hash), can I make it happen? thank you