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
Internally, secrets such as private keys should be stored in SecretBuffer not String.
Continue accepting String in the relevant methods, but convert them to SecretBuffer.
Add methods accepting SecretBuffer.
The text was updated successfully, but these errors were encountered:
Internally, secrets such as private keys should be stored in
SecretBuffer
notString
.Continue accepting
String
in the relevant methods, but convert them toSecretBuffer
.Add methods accepting
SecretBuffer
.The text was updated successfully, but these errors were encountered: