-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zeroize: implement Zeroize
for PhantomData
/PhantomPinned
#651
Comments
This was referenced Nov 5, 2021
Allen-Webb
added a commit
to Allen-Webb/utils
that referenced
this issue
Nov 5, 2021
This adds Zeroize implementations for the following types: * PhantomData<T> * PhantomPinned * Tuples from length 0, to 10 This fixes issue RustCrypto#651.
tarcieri
pushed a commit
that referenced
this issue
Nov 7, 2021
This adds Zeroize implementations for the following types: * PhantomData<T> * PhantomPinned * Tuples from length 0, to 10 This fixes issue #651.
@tarcieri, this can be closed, right? |
Yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally filed by @Allen-Webb as iqlusioninc/crates#651
Originally filed by @daxpedda as iqlusioninc/crates#899
The text was updated successfully, but these errors were encountered: