In the XECKey class, when the createPrivateKey() method is called, after utilizing OCK to create a native key and return the pointer to it, the public key bytes are, also, retrieved from the used FastJNIBuffer.
However, the size is equal to the private key bytes and not the public. Is there a reason or something to be changed?