From 2ff95d61979b906cf52c9856ad3a831bf0fb8d09 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Sun, 2 Jun 2024 21:29:27 +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 b5bd5fc..5dacb21 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It uses [zeroize](https://crates.io/crates/zeroize) crate under the hood. It can work with `bytearray` and `numpy array`. > ⚠️ **Warning** -> **Currently it doens't work in the case of [Copy-on-write fork](https://en.wikipedia.org/wiki/Copy-on-write) +> **Currently it doens't work in the case of [Copy-on-write fork](https://en.wikipedia.org/wiki/Copy-on-write), you can follow this [issue](https://github.com/radumarias/zeroize-python/issues/1) > Also by itself it doesn't work if memory is moved or moved to swap file. You can use `crypes` with `libc.mlockall()` to lock the memory, see example below.*** # Example