awnumar / memguard

Secure software enclave for storage of sensitive information in memory.
Apache License 2.0
2.49k stars 124 forks source link

C API/C equivalent? #122

Closed ethindp closed 4 years ago

ethindp commented 4 years ago

Would it be possible for this library to export a C/C++ API, or is there a C/C++ equivalent to this library?

awnumar commented 4 years ago

There's no current plans for that but apparently it's possible to do this yourself.

libsodium also implements a guarded heap allocator: https://download.libsodium.org/doc/memory_management