You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
In the
XECKey
class, when thecreatePrivateKey()
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 usedFastJNIBuffer
.However, the size is equal to the private key bytes and not the public. Is there a reason or something to be changed?
The text was updated successfully, but these errors were encountered: