Skip to content

Commit

Permalink
Merge branch 'master' into memfd-secret-anon-guards
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhpreet committed Jun 13, 2024
2 parents aceb9ba + 7fae500 commit 652f1a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "memsec"
version = "0.6.3"
version = "0.7.0"
authors = ["quininer kel <[email protected]>"]
description = "Rust implementation `libsodium/utils`."
repository = "https://github.com/quininer/memsec"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Rust implementation `libsodium/utils`.
* [x] `memset`/`memzero`
* [x] `mlock`/`munlock`
* [x] `alloc`/`free`/`mprotect`
* [x] Linux only: `alloc_memfd_secret`/`free_memfd_secret` functions similar to `alloc`/`free` implementation backed by `memfd_secret`

ref
---
Expand All @@ -19,3 +20,4 @@ ref
* [rlibc](https://github.com/alexcrichton/rlibc)
* [aligned\_alloc.rs](https://github.com/jonas-schievink/aligned_alloc.rs)
* [cst\_time\_memcmp](https://github.com/chmike/cst_time_memcmp)
* [memfd_secret] (https://man.archlinux.org/man/memfd_secret.2.en)

0 comments on commit 652f1a6

Please sign in to comment.