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 bottom-up approach described in #250 , it's helpful to ensure that only the "lowest-level" types that are secret have ZeroizeOnDrop applied to them. Review the list of types that have this annotation. For any compound types (e.g. structs) whose fields are all private (or a mix of private and public with public ones flagged), remove the ZeroizeOnDrop derivation.
The text was updated successfully, but these errors were encountered:
For the bottom-up approach described in #250 , it's helpful to ensure that only the "lowest-level" types that are secret have
ZeroizeOnDrop
applied to them. Review the list of types that have this annotation. For any compound types (e.g. structs) whose fields are all private (or a mix of private and public with public ones flagged), remove the ZeroizeOnDrop derivation.The text was updated successfully, but these errors were encountered: