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
For the sake of avoiding encoding things as std::strings, which have less reliable deallocation behavior depending on implementation, we should stick to strictly using gcry_sexp_t and, preferably, the PublicKey and PrivateKey classes that abstract over them.
Being worked on in the key-type branch.
The text was updated successfully, but these errors were encountered:
For the sake of avoiding encoding things as std::strings, which have less reliable deallocation behavior depending on implementation, we should stick to strictly using
gcry_sexp_t
and, preferably, thePublicKey
andPrivateKey
classes that abstract over them.Being worked on in the key-type branch.
The text was updated successfully, but these errors were encountered: