-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce zeroizer based on (non-volatile)
write_bytes
and asm!
o…
…ptimisation barier and remove many slower ones *Breaking:* Removes many zeroizers previously available. This new zeroizer cannot be optimised out according to my current understanding of the op.sem. of Rust. It can be implemented on stable, is target-independent, and faster than all our handwritten ones. Therefore we can remove all the handwritten target-specific ones. This is good, since their implementation turned out to be prone to mistakes.
- Loading branch information
Showing
8 changed files
with
116 additions
and
1,042 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.