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
IIUC, above function is used to recover a full public key from its compressed variant.
It returns a KeyPair. I could not find any particular docs on this type, so assume it stands for a key "pair' - meaning a public key and a private key. But then, isn't fromPublic returning only the public part? In what sense then is it a key pair?
The text was updated successfully, but these errors were encountered:
IIUC, above function is used to recover a full public key from its compressed variant.
It returns a
KeyPair
. I could not find any particular docs on this type, so assume it stands for a key "pair' - meaning a public key and a private key. But then, isn'tfromPublic
returning only the public part? In what sense then is it a key pair?The text was updated successfully, but these errors were encountered: