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
@tony-iqlusion but copy the pointer and length of a string (into_inner(self) -> String) is still different to copy the whole payload (self.expose_secret().to_string())?
It might be okay for select heap-backed types, namely SecretString and SecretSlice, though it seems a little odd given the goal of the crate of encapsulating and owning/protecting secrets to hand off ownership
I found that we have a rewrite also. When do we release 0.9 for secrecy?
For this issue, I found:
But perhaps I'd like to move the inner secret in some case, and thus an into version can help to avoid copy.
The text was updated successfully, but these errors were encountered: