mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-25 23:17:20 +00:00
7 lines
104 B
C
7 lines
104 B
C
![]() |
#ifndef __ZEROIZE_H__
|
||
|
#define __ZEROIZE_H__
|
||
|
|
||
|
void zeroize(unsigned char* b, unsigned long len);
|
||
|
|
||
|
#endif
|