-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Description
It looks like on several operating systems, the libc crate has wrappers for secure memset/bzero primitives:
We could potentially have an optional dependency on libc which calls into these primitives from e.g. volatile_set, while defaulting to a portable implementation. Many programs are already linking with libc anyway.
We would somewhat annoyingly have to build an abstraction across them.
Metadata
Metadata
Assignees
Labels
No labels