mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-27 02:07:42 +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
|