Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Jun 2, 2024
1 parent ee55ba9 commit 680ae2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
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.
Uses a portable pure Rust implementation that works everywhere.

It uses [zeroize](https://crates.io/crates/zeroize) crate under the hood.
It uses [zeroize](https://crates.io/crates/zeroize) crate under the hood.
It can work with `bytearray` and numpy array.

# Example

Expand Down

0 comments on commit 680ae2b

Please sign in to comment.