Skip to content

Enable zeroize feature of x25519-dalek (and any others) #639

Description

@str4d

The classic identity uses x25519_dalek::StaticSecret which implements ZeroizeOnDrop, but only when the zeroize feature flag is enabled. We unconditionally depend on zeroize in age, so we should ensure that it is always enabled in all of our dependencies, instead of leaving it up to downstream users.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions