mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-26 09:47:43 +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
|