memsec icon indicating copy to clipboard operation
memsec copied to clipboard

Rust implementation `libsodium/utils`.

memsec

travis-ci appveyor crates license docs.rs

Rust implementation libsodium/utils.

  • [x] memeq/memcmp
  • [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