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
Currently, there is no validation of privateKey parameter on Libplanet.Crypto.PrivateKey's constructor. so illegal bytes can be passed to new PrivateKey() and occurs error when being used. it would be good if we catch this error in the constructor.
The text was updated successfully, but these errors were encountered:
Currently, there is no validation of
privateKey
parameter onLibplanet.Crypto.PrivateKey
's constructor. so illegal bytes can be passed tonew PrivateKey()
and occurs error when being used. it would be good if we catch this error in the constructor.The text was updated successfully, but these errors were encountered: