-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_SecureZero
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Guarantee memory is zeroed without compiler interference.
void MTY_SecureZero(
void * mem,
size_t size
);
mem
(void *
)
Buffer to zero.
size
(size_t
)
Size in bytes of mem
.