Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Jun 2, 2024
1 parent abbbf3a commit ae24743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Securely clear secrets from memory. Built on stable Rust primitives which guaran
Uses a portable pure Rust implementation that works everywhere.

It uses [zeroize](https://crates.io/crates/zeroize) crate under the hood.
It can work with `bytearray` and numpy array.
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)
Expand Down

0 comments on commit ae24743

Please sign in to comment.