Skip to content

Implement utilities to ensure memory is zero-ed #123

Open
@emostov

Description

@emostov

Implement library with utilities for zero-ing in memory objects. The zeroize crate looks like an example of what we want to do. The goal of this libary should be to provide utilities that guarantee memory for a code object is always zero-ed, and the compiler never optimizes away the zeroing

We will want to investigate how these utilities work in the case of panics. If we can't guarantee that memory will be cleared in the case of panics that should be clearly documented.

ref: #122

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions