From b5f87c38321993724a7b841820cf54442d158f40 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Sun, 2 Jun 2024 21:19:21 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 575656a..a84bb95 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![PyPI](https://github.com/radumarias/zeroize-python/actions/workflows/PyPI.yml/badge.svg)](https://github.com/radumarias/zeroize-python/actions/workflows/PyPI.yml) [![tests](https://github.com/radumarias/zeroize-python/actions/workflows/tests.yml/badge.svg)](https://github.com/radumarias/zeroize-python/actions/workflows/tests.yml) -Securely clear secrets from memory. Built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. +Clear secrets from memory. Built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere. It uses [zeroize](https://crates.io/crates/zeroize) crate under the hood.