awnumar / memguard

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

memcall: use stdlib instead of vendoring winapi #24

Closed awnumar closed 6 years ago

awnumar commented 6 years ago

CL https://go-review.googlesource.com/c/47335/ adds VirtualAlloc, VirtualFree, and VirtualProtect to sys/windows, so we no longer need to vendor those particular system calls and we can safely use the standard library in our code.